Search engine friendly URL's breaks Extension manager
I've been trying to figure out why the AJAX doesn't work in the Extension manager to enable/disable extensions. The page being loaded is /settings/?PostBackAction=Extensions. I noticed it's loading (or trying to load) js/ajax.js, etc. however /settings/js doesn't exist. /settings.php?PostBackAction=Extensions works fine.
Can anyone confirm that this is happening to them too?
0
Comments
In .htaccess replace: by:
On this forum, the link might be "/community/js/ajax.js" and not "js/ajax.js"
Changing the order of the rules should solve this problem. Put before the line 16.
Edited: fix problems with number as a title.
Just a guess, but what happens when you take it out, like this: http://domain.com/extension/?PostBackAction=Blog
../foro
../foro/
../foro/index.php
../foro/index.php/
Any ideas how to go back to an original working .htaccess for the forum's root folder?
What are the default Vanilla 1 .htaccess files?