Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SEO URL


dpasquazzo

Recommended Posts

Posted

Hi,

 

I have just install SEO URL but it seems that my browser do not find the page that has been rename in .html.

I get my initial index.php page then all others pages are not found.

I check my .htaccess file in /var/www/slf/catalog :

 

 

 

<IfModule mod_setenvif.c>

<IfDefine SSL>

SetEnvIf User-Agent ".*MSIE.*" \

nokeepalive ssl-unclean-shutdown \

downgrade-1.0 force-response-1.0

</IfDefine>

</IfModule>

 

 

 

Options +FollowSymLinks

RewriteEngine On

RewriteBase /slf/

 

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}

 

 

The Admin page Catalog/SEO URLs seems working (desable-enable)

 

In my DB, I have altered the 2 tables with product_seo_url / description_seo_url but those two fields remain empty ! Is IT Normal ??

 

might be this the reson why it does not work here.

 

Thanks

Posted
Your shop seems to be located in the slf/catalog/ directory but you have the path in the .htaccess file set to /slf/. If you change that it should be OK.

 

Jack

 

 

Thank you Jack for your quick answer, but my web browser still don't find it : "The requested URL /slf/catalog/546543-p-1868.html was not found on this server...

Posted
Is your server Apache with Mod Rewrite enabled?

 

Vger

 

*

it seems it is !

 

I mean, I just site-enable WWW/ directory & co but it still does not recognize the path.

I probably have miss something in the process but if it is said : just do it then it works... I might have have some differents stuffs disturbing the process...

 

 

Thank you anyway, it is my first time that I just ask to fora and it seems that people answers to it. I am very impressed by the engagement level of 1 Mio people workings on open source developments.

  • 2 weeks later...

Archived

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

×
×
  • Create New...