View Single Post
  #404  
Old 01-10-2012, 09:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Open your .htaccess file and find:

Code:
RewriteEngine on

AFTER ADD:

Code:
RewriteRule ^/manufacturers/$ manufacturers.php

Open the .tpl files in the modules/Manufacturers/ folder in the skin directory and find references to:

Code:
"manufacturers.php"

And change it to:

Code:
"{$http_location}/manufacturers/"
Reply With Quote