Mod_rewrite problem
|
6 posts
|
I read posts about mod_rewrite configuration but none of them worked. I have 0.9.3 version, root dir is http://localhost/cmsy/frog_093, apache mod_rewrite is enabled. I tried different variations of RewriteBase but it didn't work :( Please help ... |
|
125 posts
|
Did you rename the _.htaccess file ? |
|
6 posts
|
Yes. I renamed this file to ".htaccess", changed to "true" in the config.php file, everything like is written in documentation ... and I get 404 error. |
|
125 posts
|
What is your server (WAMP, easyphp...) ? |
|
6 posts
|
My server is easyphp. |
|
125 posts
|
In the .htacces file, you must verify RewriteBase /frog/ /frog/ must be your "frog directory" |
|
6 posts
|
So, if root dir is http://localhost/cmsy/frog_093/ - it's /cmsy/frog_093/, right? |
|
125 posts
|
I think it must be /frog_093/ |
|
6 posts
|
I tried: /cmsy/frog_093/ /frog_093/ /frog_093/frog/ /cmsy/frog_093/frog/ None of them worked :( |
|
125 posts
|
Maybe you can test frog with that. Just stop your easyphp... no installation required. |
|
6 posts
|
Thanks! It must be problem with a new EasyPHP - ver 2.0. I tried Wamp Server 2 and it's OK. |