Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SEO Problem


pvarsha

Recommended Posts

Hello everybody ,

 

I have a shop and i put the ultimate SEO contribution in it. if SEO is TRUE and when i click one of the

categories link in catalog categories box, it will give me a "Page Not Found" Page.

 

I asked about it to service provider. They don't have idea about it.

Actually the problem is the server is WINNT. so in windows server i think ".htaccess" and "mod_rewrite" is giving some problem to run.

 

I read many forums docs to resolve this problem but i didn't get any solution on WINNT server.

 

Anybody know how to run SEO on windows server. is it possible ??

 

 

HELP HELP !!!!

 

Thanks,

Pvarsha

Link to comment
Share on other sites

.htaccess file should look like this

 

# Ultimate SEO URLs BEGIN

RewriteEngine On

RewriteBase /

 

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}

RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

# Ultimate SEO URLs END

 

now if you are in a subdirectory you will need to tell the dir

 

# Ultimate SEO URLs BEGIN

RewriteEngine On

RewriteBase /somedirtory/

 

Hello everybody ,

 

I have a shop and i put the ultimate SEO contribution in it. if SEO is TRUE and when i click one of the

categories link in catalog categories box, it will give me a "Page Not Found" Page.

 

I asked about it to service provider. They don't have idea about it.

Actually the problem is the server is WINNT. so in windows server i think ".htaccess" and "mod_rewrite" is giving some problem to run.

 

I read many forums docs to resolve this problem but i didn't get any solution on WINNT server.

 

Anybody know how to run SEO on windows server. is it possible ??

HELP HELP !!!!

 

Thanks,

Pvarsha

Link to comment
Share on other sites

.htaccess file should look like this

 

# Ultimate SEO URLs BEGIN

RewriteEngine On

RewriteBase /

 

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}

RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

# Ultimate SEO URLs END

 

now if you are in a subdirectory you will need to tell the dir

 

# Ultimate SEO URLs BEGIN

RewriteEngine On

RewriteBase /somedirtory/

 

Thanks For your quick reply, I tried this but it is not working. Still it

is giving page not found page. Any idea about it..

 

Thanks

pvarsha

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...