Jump to content

Modrewrite works but error in Server Log... Why?


StefanRSA

Recommended Posts

I am rewriting url's in my htaccess and it is working fine

 

The pages work as it should on the site but when I inspect my server error log it gives me the following error why?

 

[Tue Mar 02 18:18:30 2010] [error] [client 165.145.140.230] File does not exist: /home/howzitc/public_html/cat, referer: http://www.mydomain.web/cat/subcat

 

In my htaccess:

RewriteRule ^([A-Za-z-]+)/([A-Za-z+-]+)$ /file.php?cat=$1&subcat=$2 [L]

 

The top of my htaccess:

IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
##Header append X-FRAME-OPTIONS "DENY"
## Error document review
ErrorDocument 404 /index.php
AddType application/x-httpd-php .htm .xml .rss

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
RewriteCond %{QUERY_STRING} ^(.*)=http [NC]
RewriteRule ^(.*)$ – [F,L]
# remove trailing slash
RewriteRule (.*)/$ /$1 [L,R=301]

RewriteRule (.*)\.xml(.*) $1.php$2 [nocase]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.