Quote Originally Posted by pixelpadre View Post
Just the ceon cut and paste generated from admin.

If I manually add the index.php to the end of the url, it works fine.
So does the cut and paste include the foldername of the problem program and is the end of that inclusion have a slash or is it just the foldername like presented above?

Ie is it:
Code:
RewriteCond %{REQUEST_URI} !^/phpmyadmin [NC]
Or like this:
Code:
RewriteCond %{REQUEST_URI} !^/phpmyadmin/ [NC]