Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mfi

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Everything posted by mfi

  1. OK will check it out. Can I get rid of p and the product number? For example (p-22) in the following url: http://localhost/catalog/product_info.php/unreal-tournament-p-22?osCsid=hqv9a5qtq0elc2ogr2nd4qnq57
  2. Thanks for your reply. I used Drop on Top option, did not change any code manually. Currently, urls are looking like this: http://localhost/catalog/index.php/hardware-c-1?osCsid=lgc6p2c5ma18b1ls6ep4qg8m04 I want to display it like: http://localhost/catalog/index.php/hardware.html or for sub categories: http://localhost/catalog/index.php/hardware/cd-rom-drives.html
  3. I have also installed ULTIMATE Seo Urls 5 by FWR media. I did not see any SEO friendly urls. I have read all the documentation, everything looks fine. I have installed it on my localhost. Store is on root folder. Following is the .htaccess file. Any help will be appreciated. # BOF: MOD - Ultimate SEO URLs ## SEO Url's .htaccess file ## If you want to use the Apache Mod-Rewrite method for SEO URL's ## NOTE: This requires that you are on an apache web server with mod_rewrite enabled. <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On # Change "catalog" to your catalog directory name: RewriteBase / ## If installed to the base home/root directory, uncomment the below code only: 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} </ifModule> # EOF: MOD - Ultimate SEO URLs
  4. I have installed ultimate seo url on localhost but it is not working. Urls are displaying as it was before. Store is not giving any error but when I try to login to admin, it gives "Page not found" error and url looks like: "http://www.localhostdir_ws_http_cataloglogin.php" I have properly followed the installation instructions. Any help?
×
×
  • Create New...