Mandatory information about my setup:
Have I read the related troubleshooter articles above before posting (which pages?)? Yeo
Have I searched the tickets before posting? Yep
Have I read the documentation before posting (which pages?)? Yep
Joomla! version: (2.5.8)
PHP version: (5.3.20)ySQL version: (5)
Host: (self)
Admin Tools version: (latest update)
Description of my issue:
how the heck I can remove /index.php from the url. It is removed from everything in the site BUT the HOME navigation item and the Meyer Law P.C. logo. I’ve added the following to the htaccess file as suggested here: http://www.yireo.com/tutorials/joomla/joomla-administration/1338-get-rid-of-indexphp-in-your-joomla-urls - which has worked in the past, but I’m assuming that the Admin Tools Htaccess file is immune to my puny attempts
This is what is in the htaccess file:
RewriteCond %{REQUEST_URI} ^/index.php/
RewriteRule ^index.php/(.*) /$1 [R,L]