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 :
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]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.
No comments:
Post a Comment