If ever you’re seeing an error like this when you go to your magento inner pages.
This might fix your problem. In your .htaccess file you probably have something like this :
RewriteRule ^(.*)$ /index.php/$1 [L,QSA,PT]
Or
RewriteRule .* /index.php [NS,L]
NOTE: If that is so, just simply remove the leading “/” from the index.php then save it. Refresh the page. And voila! The issue should be fixed now.
0 Comments