Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cmuench
Created September 9, 2011 12:01
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 cmuench/1206043 to your computer and use it in GitHub Desktop.
Save cmuench/1206043 to your computer and use it in GitHub Desktop.
Magento - 404 Fehler nach Login in Adminbereich
# Tanks to Christian Kapitzke for magento .htaccess patch
#RewriteBase /
# Replace CUSTOM_ADMIN_NAME with your one's.
RewriteCond %{REQUEST_URI} !.*admin/CUSTOM_ADMIN_NAME.*
RewriteRule ^.*(CUSTOM_ADMIN_NAME.*) admin/$1 [L,NS,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment