FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Mod_rewrite problem

Feed 10 posts, 2 voices

Avatar
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 ...

 
Avatar
125 posts

Did you rename the _.htaccess file ?

 
Avatar
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.

 
Avatar
125 posts

What is your server (WAMP, easyphp...) ?

 
Avatar
6 posts

My server is easyphp.

 
Avatar
125 posts

In the .htacces file, you must verify RewriteBase /frog/ /frog/ must be your "frog directory"

 
Avatar
6 posts

So, if root dir is http://localhost/cmsy/frog_093/ - it's /cmsy/frog_093/, right?

 
Avatar
125 posts

I think it must be

/frog_093/

 
Avatar
6 posts

I tried: /cmsy/frog_093/ /frog_093/ /frog_093/frog/ /cmsy/frog_093/frog/

None of them worked :(

 
Avatar
125 posts

Maybe you can test frog with that. Just stop your easyphp... no installation required.

 
Avatar
6 posts

Thanks! It must be problem with a new EasyPHP - ver 2.0. I tried Wamp Server 2 and it's OK.