.htaccess - Opencart Admin Inaccessible -


i required module opencart store module required vqmod.

after installing vqmod , installing module, admin website unreachable, first time has happened.

i've checked .htaccess seems okay.

options +followsymlinks  options -indexes <filesmatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> order deny,allow deny </filesmatch> rewriteengine on rewritebase / rewriterule ^sitemap.xml$ index.php?route=feed/google_sitemap [l] rewriterule ^googlebase.xml$ index.php?route=feed/google_base [l] rewriterule ^system/download/(.*) /index.php?route=error/not_found [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewritecond %{request_uri} !.*\.(ico|gif|jpg|jpeg|png|js|css) rewriterule ^([^?]*) index.php?_route_=$1 [l,qsa] 

vqmod don't causes such issue.

try renaming /vqmod/xml folder, if works identify file in /vqmod/xml causinig issue disabling files in /xml 1 one.

most should third party module file doing messy operation via vqmod.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -