Conflict w/ 6G and phpMyAdmin
-
I am running AWS Linux2 with latest versions of LAMP. Ran into an interesting problem that was causing a 404 when attempting to access phpMyAdmin (over https). After some lengthy troubleshooting, I traced it to the following 4 lines in the 6G Query Strings section of .htaccess:
#RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC,OR]
#RewriteCond %{QUERY_STRING} (<|%3C)(.*)script(.*)(>|%3) [NC,OR]
#RewriteCond %{QUERY_STRING} (\|\.\.\.|\.\./|~|`|<|>|\|) [NC,OR]
#RewriteCond %{QUERY_STRING} (boot\.ini|etc/passwd|self/environ) [NC,OR]Not sure if this has been reported. If so couldn’t find it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict w/ 6G and phpMyAdmin’ is closed to new replies.