Skip to content
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

Remove forward slash from download #3246

Closed
howdu opened this issue Aug 14, 2015 · 1 comment
Closed

Remove forward slash from download #3246

howdu opened this issue Aug 14, 2015 · 1 comment

Comments

@howdu
Copy link
Contributor

howdu commented Aug 14, 2015

.htaccess

RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) /index.php?route=error/not_found [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
@howdu
Copy link
Contributor Author

howdu commented Aug 16, 2015

Also it's showing error/not_found when seo urls are enabled. Changing it to _route_ seems to work ok with both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants