Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (1.5.26)
PHP version: (5.3.10)
MySQL version: (5.1.63-cll)
Host: (Host Papa)
Admin Tools version: (2.2.10)
Description of my issue:
When clicking the Home menu item, the site throws a 403 - Forbidden error. Clicking the Home menu leads to this URL: www.prohungdoors.com/home/
I have tried all sorts of things in the exceptions area, and currently have the following as a custom rule (top of file):
RewriteRule ^home$ http://www.prohungdoors.com/ [R=301,L]
I also went to the URL redirection and added "home/" > "/".
No luck. Any ideas what I am doing wrong?
Whoops: I also had the URL redirection with the full http://... etc, and I added the one above, but left the original. So, I just went and deleted the URL redirection that had http://www.etc. and now it works!
Still, curious why the RewriteRule I added to the custom section does not work?
Thanks for an outstanding product.