Webmastersite.net
Register Log In

Over 400 URLs Not found
by google

Comments on Over 400 URLs Not found

mc19
Forum Regular

Usergroup: Customer
Joined: May 14, 2006

Total Topics: 41
Total Comments: 103
mc19
Posted Jul 15, 2007 - 2:39 AM:

I am on WSN Links 4.0.31

I just notice my site has over 400 pages not found showed on google webmaster tools.

All URLs ended without '/' are not found. such as the followings


www.my-domain-namez.com/Bus...g/Environmental_and_Safety
http://www.my-domain-namez.com/Home_and_Garden

If I add '/' at the end of URL, they will all work.

Here is my .htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]

RewriteRule ^admin/?$ admin/index.php

RewriteRule ^members/([0-9]+)\.html?$ memberlist.php?rewritten=1&page=$1
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà]+)/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3

RewriteRule ^thread/([0-9]+)/?$ comments.php?id=$1
RewriteRule ^thread/([0-9]+)/([0-9]+)/?$ comments.php?id=$1&page=$2

RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)-thread\.html$ comments.php?rewritten=1&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)-thread-([0-9]+)\.html$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)\.html$ link.php?rewritten=1&action=detail&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/redirect-([0-9]+)/$ link.php?rewritten=1&id=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà]+)/$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà]+)/([0-9]+)\.html$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2
RewriteRule ^([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1
RewriteRule ^([0-9]+)/([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1&page=$2
RewriteRule ^([0-9]+)/sp([0-9]+).htm$ index.php?rewritten=1&action=displaycat&catname=$1&subpage=$2


All URLs are suppose to work with or without '/' at the end. Any idea how can solve this?
mc19
Forum Regular

Usergroup: Customer
Joined: May 14, 2006

Total Topics: 41
Total Comments: 103
mc19
Posted Jul 18, 2007 - 6:58 AM:

I just found out whats going on, its because on 4.0.31, rewrite rule has been altered, I was on 3.4.2 before, the new rule includes the littel '/', thats why my site got hundred of 404 pages.

I guess the script shouldn't change this as hundreds of pr pages are gone due to the slash.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 19, 2007 - 2:55 PM:

I only see the problem of missing ?s in the .htacces in 4.1, but fixed that to work without the slash.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.