You can try opening the .htaccess file inside your app directory and check if the RewriteBase directive line is commented out (it is by default and, unless the app directory is under an alias, it should be commented)
You could also check the routes.php file for any map pointing to an 'amircms' folder over there.
Hope it helps :)
you can manually
define(AK_URL_REWRITE_ENABLED,true)
in config/config.php so Akelos doesn't try to be smart and autodetect your rewrite-settings.
1 to 5 of 5