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]
Bookmarks