Olivier So Far Away
New Member
- Sep 6, 2011
- 2
- 0
Hi,
I tried to set up the cms, but when I try to go to the index, I have a 404 error while the url is
If I put :
So, its a htaccess problem... but I can't understand why
EDIT: I'm using APACHE, so I have to use the htaccess
My httaccess :
I modified nothing to the code, I don't undestand why this is not working out of the box..
Thanks for help
I tried to set up the cms, but when I try to go to the index, I have a 404 error while the url is
You must be registered for see links
If I put :
You must be registered for see links
it worksSo, its a htaccess problem... but I can't understand why
EDIT: I'm using APACHE, so I have to use the htaccess
My httaccess :
Code:
RewriteEngine On
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
I modified nothing to the code, I don't undestand why this is not working out of the box..
Thanks for help