|
|||
|
Hi. I've seen every other thread on this topic, and still haven't found no working solution.
I saw the index file, but had a 404 Error (not found) when I entered any other URL of my app. Here is my htaccess file: RewriteEngine on RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ index.php php_flag magic_quotes_gpc off php_flag register_globals off So, I've tried adding this, at the end the httpd.conf (found here): <Directory "C:/path/to/my/directory"> Options FollowSymlinks AllowOverride FileInfo </Directory> Now I have a 400 (BadRequest) error for my root. I've even tried different arrangements, but nothing to do. Why doesn'it work? Thanks in advance. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|