Friday, September 13, 2013

htacess subdirectory rewrite for Joomla Test site

htacess subdirectory rewrite for Joomla Test site

Thanks for the help. I am trying to add a joomla site to my test server in
a sub directory but I am having trouble with the rewrites.
Here is the current
RewriteCond %{HTTP_HOST} !^www.#############.net$ RewriteRule (.*)
http://www.#######.net/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^141.101.125.182 RewriteRule (.*)
http://www.########.net/$1 [R=301,L]
Basically I just want this testsite to be working in a subdirectory..
Thanks so much guys, Richie

No comments:

Post a Comment