Open your .htaccess file and find:
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/"