Forum: Linux Servers and Apache Apr 23rd, 2009 |
| Replies: 0 Views: 791 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: Linux Servers and Apache Apr 20th, 2009 |
| Replies: 3 Views: 4,187 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,187 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,109 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,515 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,187 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... |