-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alternative admin url -> login page without css files #20
Comments
You also need to add the css extension to the rewrite rule; For nginx; |
But only if you have merging disabled. If you have merging enabled, don't add the '|css' part to the rewrite rule since the versioning timestamp is already included in the actual filename. |
Actually, scratch my previous advice. It will cause other files not to be found. When using nginx, use this rewrite rule to let it find the correct file;
Using this, you can use merging and versioning and all the CSS files will be found. |
Thanks @peterjaap! @bjt1988, does this solve your problem? |
This is the .htaccess equivalent; |
@peterjaap I've got the same issue here. Server is running Apache ... I've tried adding your RewriteRule in .htaccess with the other rewrite rules but it doesn't seem to be doing anything.. |
can this be added to the readme? |
hi,
with an alternative admin url in the local.xml file
frontName:
the loginpage http://www.example.com/admin_11_2014 try to load a versioned reset.xxx.css and a versioned boxes.xxx.css file. both are empty. the js files are loaded correct and the login is working but it looks very bad wihtout the correct css.
The text was updated successfully, but these errors were encountered: