Syntax for .htaccess - Joomla! Forum - community, help and support
apologies if being stupid here.
i want use url rewriting , have edited .htaccess file unsure of put in place of following example joomla code:
this bit unsure of
rewriterule ^test/joomla\.html http://www.joomla.org/? [r=301,l]
my joomla installation in folder called /cnag , website @ http://www.cnag.org
ps apparently it's apache server
i want use url rewriting , have edited .htaccess file unsure of put in place of following example joomla code:
code: select all
rewriteengine on
options +followsymlinks
rewriterule ^test/joomla\.html http://www.joomla.org/? [r=301,l]this bit unsure of
rewriterule ^test/joomla\.html http://www.joomla.org/? [r=301,l]
my joomla installation in folder called /cnag , website @ http://www.cnag.org
ps apparently it's apache server
if match anywebsite/test/joomla.html redirection on http://www.joomla.org/
rewriterule ^cnag/joomla\.html http://www.cnag.org/? [r=301,l]
rewriterule ^cnag/joomla\.html http://www.cnag.org/? [r=301,l]
Comments
Post a Comment