DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   Site Layout and Usability (http://www.daniweb.com/forums/forum130.html)
-   -   .htaccess www rewrite for local and live site (http://www.daniweb.com/forums/thread101170.html)

ghostsquad Dec 14th, 2007 8:23 pm
.htaccess www rewrite for local and live site
 
I currently have some code in my .htaccess to redirect the user to the www version of the website.

IE if typed "mydomain.com" redirects to "www.mydomain.com"

But I also have apache installed on my development machine, setup with virtual hosts and my windows host file modified accordingly so I can go to mydomain.DEV and get to my local version

I want (without needing to modify the .htaccess file everytime I want to view my local version) to have that www rewrite apply for both the .dev and .com versions, anyone know how?

RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
RewriteRule ^/?$ http://www.mydomain.com [R=301]


All times are GMT -4. The time now is 7:37 pm.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC