.htaccess - Joomla! Forum - community, help and support
hello,
i tried figure out .htaccess settings not correct results. i'm using default joomla .htaccess file (v 2.5.4). want pages not /home, /news , /contact redirect /home. / , index.php should redirect /home.
thanks in advance advice
greetings,
andré
i tried figure out .htaccess settings not correct results. i'm using default joomla .htaccess file (v 2.5.4). want pages not /home, /news , /contact redirect /home. / , index.php should redirect /home.
thanks in advance advice
greetings,
andré
try rule redirect index.php home.
rewriteengine on
rewritecond %{the_request} ^.*/index.php
rewriterule ^(.*)index.php$ "http\:\/\/www\.yourdomain\.com\/$1" [r=301,l]
rewriteengine on
rewritecond %{the_request} ^.*/index.php
rewriterule ^(.*)index.php$ "http\:\/\/www\.yourdomain\.com\/$1" [r=301,l]
Comments
Post a Comment