my url base is: www.example.com
my admin url base is: www.example.com/gallery/check
my path:
>gallery
>gallery/app/
>gallery/config/
>gallery/content/
>gallery/extensions/
>gallery/panel/
>gallery/public/
>gallery/templates/
In order to manage my admin, everything is ok, i can customize my options, but if I launch my gallery (www.example.com), i've got this message:
Code
Can't detect mod_rewriteCode
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks
# Options +SymLinksIfOwnerMatch
RewriteBase /gallery
# RewriteOptions <options>
</IfModule>
"Not Found
The requested URL was not found on this server."
any idea of what's going wrong ?
Best Regards