Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All TopicsSome internal links in my website, when pointing to www.xxxxxx.com/subcategory
While this doesn;t affect the functionality of the website I've been looking into SEO and am horrified to find that www.domain.com and domain.com are considered separate. Which I'm probably pretty dim for not realizing earlier but...
My .htaccess looks like this
RewriteEngine on
Options -Indexes +Includes
RewriteRule ^search/page/(.+)/items/(.
RewriteRule ^(.+)/page/(.+)/items/(.+)
RewriteRule ^([^/]*)/page/([^/]*)/item
RewriteRule ^(.+)/sub/(.+)/$ /$1/index.php?area=$1&sub=
RewriteRule ^(.+)/sub/(.+)$ /$1/index.php?area=$1&sub=
RewriteRule ^(.+)/item/(.+)/$ /$1/index.php?item_id=$2 [L,QSA]
RewriteRule ^(.+)/item/(.+)$ /$1/index.php?item_id=$2 [L,QSA]
RewriteRule ^(.+)/item2/(.+)/$ /$1/index2.php?item_id=$2 [L,QSA]
RewriteRule ^(.+)/item2/(.+)$ /$1/index2.php?item_id=$2 [L,QSA]
RewriteRule ^(.+)/features/(.+)/$ /$1/index.php?feature=$2 [L,QSA]
RewriteRule ^(.+)/features/(.+)$ /$1/index.php?feature=$2 [L,QSA]
RewriteRule ^(.+)/do/(.+)$ /$1/index.php?do=$2 [L,QSA]
RewriteRule ^do/(.+)$ /index.php?do=$1 [L,QSA]
ErrorDocument 403 /v-web/errdocs/403.html
ErrorDocument 401 /v-web/errdocs/401.html
ErrorDocument 500 /v-web/errdocs/500.html
ErrorDocument 400 /v-web/errdocs/400.html
ErrorDocument 404 /v-web/errdocs/404.html
ErrorDocument 404 /v-web/errdocs/404.html
which I'm sure is redundant in some places but can't figure out if this is affecting it. If this is not the problem can anyone suggest another possibility?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: duzPosted on 2005-07-27 at 23:54:52ID: 14543538
Comments are available to members only. Sign up or Log in to view these comments.