Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/702d384617125ba41fc6a140c95417a4 to your computer and use it in GitHub Desktop.
Save evemilano/702d384617125ba41fc6a140c95417a4 to your computer and use it in GitHub Desktop.
Magento in subfolder - .htaccess remove index.php
RewriteBase /magento/ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /magento/index.php HTTP/
RewriteRule ^index.php$ http://www.esempio.it/magento/ [R=301,L]
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment