| Posted: 25 January 2011 at 12:34pm | IP Logged
|
|
|
I'm having an issue getting: http://www.domain.com to display the alias of that domain located in a sub-folder: Example http://www.domain.com/alias/index.htm
What I need is when I type http://www.alias.com in the address bar to traverse to the /alias folder and display the page correctly.
Any help is appreciated...Below is what i'm using in the iirf.ini file but not quite right
RewriteRule ^/(?!www)(.*)$ /www.%{HTTP_HOST}/$1
The above gets me to the page but it's not displaying correctly.
|