Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-09-2008, 11:12 PM
Junior Member
 
Join Date: Jan 2008
Posts: 1
Unhappy htaccess doesn't work

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:23 AM.