htaccess to redirect subdirectory - Joomla! Forum - community, help and support
we have installed duplicate version of website in subdirectory can test updates extensions, etc. while (home) landing page comes every other page cannot found. modify htaccess file in subdirectory correct this? if need modify following:
rewriterule ^index\.php$ http%2://www.mywebsite.com/ [r=301,l]
to
rewriterule ^index\.php$ http%2://www.mywebsite.com/dev/ [r=301,l]
or ned modify else?
thanks!
rewriterule ^index\.php$ http%2://www.mywebsite.com/ [r=301,l]
to
rewriterule ^index\.php$ http%2://www.mywebsite.com/dev/ [r=301,l]
or ned modify else?
thanks!
hello,
you need set rewritebase so:
rewritebase /dev/
many thanks
tony
you need set rewritebase so:
rewritebase /dev/
many thanks
tony
Comments
Post a Comment