The requested URL was not found on this server
Posted: 03 Jun 2017, 13:20
Hello,
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:
so i edit my htaccess file and i update this lines:
after refreshing my gallery, i've got this message "Everything seems to be OK!". I uncheck my admin "Show Diagnostics" to test my gallery but it doesn't work.
"Not Found
The requested URL was not found on this server."
any idea of what's going wrong ?
Best Regards
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