ZenphotoCMS Forum
rewrite URL to add www? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: rewrite URL to add www? (/thread-5599.html)



rewrite URL to add www? - vmills - 2009-08-03

The Rewrite base for zenphoto is /portfolio. How can I modify the htaccess to rewrite mysite.com/portfolio to www.mysite.com/portfolio. I do this on the site's main htaccess file with this code

RewriteCond %{HTTP_HOST} !^www.mysite.com [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]

but it doesn't work in the portfolio directory when I add it to the htaccess file there.