Forum: Linux Servers and Apache Apr 23rd, 2009 |
| Replies: 0 Views: 754 Hello,
I am trying to remove the www. at the beginning of our domain name via .htaccess. I'm doing it like this:
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$... |
Forum: JavaScript / DHTML / AJAX Apr 22nd, 2009 |
| Replies: 5 Views: 1,509 Thank you so much for the responses!
I was able to deduce the errors in my script by analyzing the code you all posted here (before you posted Airshow:) .)
My else statement was stopping my... |
Forum: JavaScript / DHTML / AJAX Apr 21st, 2009 |
| Replies: 5 Views: 1,509 I mostly work with PHP. I am not really a JavaScript guy at all, but in this day and age we all end up working with it a bit.
I'm trying to do something that seems like it should be fairly simple.... |
Forum: Linux Servers and Apache Apr 20th, 2009 |
| Replies: 3 Views: 4,009 Thanks for the support! I'm just doin' what I can.
Cheers,
BigTalk |
Forum: Linux Servers and Apache Jan 28th, 2009 |
| Replies: 3 Views: 4,009 I figured it out. I had to add the new virtual domains to the "hosts" file located in /private/etc.
Now it all works! |
Forum: Linux Servers and Apache Sep 5th, 2008 |
| Replies: 1 Views: 1,102 In my searches for .htaccess information and security, I found this page:
* .htaccess tips and tricks: redirecting and rewriting (http://corz.org/serv/tricks/htaccess2.php)
I hope this has... |
Forum: Linux Servers and Apache Sep 5th, 2008 |
| Replies: 1 Views: 1,484 Check out this previous thread:
* daniweb.com - Looking to start dedicated server (http://www.daniweb.com/forums/thread118890.html)
There is a link there to this site:
... |
Forum: Linux Servers and Apache Sep 3rd, 2008 |
| Replies: 3 Views: 4,009 I've hit a bit of a block and need some help.
I have already set up my httpd.conf file to enable Virtual Hosts. I also set up httpd-vhosts.conf with a bunch of vitual hosts. I've been using them... |
Forum: JavaScript / DHTML / AJAX Jul 30th, 2008 |
| Replies: 1 Views: 887 SO, I guess it does work. I just needed to change:
setTimeout('Effect.OpenUp(element, arguments[1] || {})', 250)
in my combo.js file to:
setTimeout('Effect.OpenUp("box",{duration: 0.8});', 1000)... |
Forum: JavaScript / DHTML / AJAX Jul 25th, 2008 |
| Replies: 1 Views: 887 Hello,
I'm a noob with PHP and unversed in Javascript, but I need to implement some Ajax in a page I'm building. I'm using the Scriptaculous libraries.
Here's the problem I'm having:
I... |
Forum: Storage Aug 30th, 2007 |
| Replies: 0 Views: 1,389 I have a 20 gig drive in a firewire enclosure. It works. I bought a new 80 gig drive to replace the 20.
I put it in the enclosure. OS X 3.4 Server told me that I needed to initialize the new disk.... |