bobmane Posted December 4, 2008 Share Posted December 4, 2008 the posted solutions did not work for meI am at 1&1;and it is PHP 5i uploaded htaccess:AddType x-mapp-php5 .php4AddHandler x-mapp-php5 .php4and also tried this:SetEnv DEFAULT_PHP_VERSION 5 1. URL rewriting module activation RewriteEngine on 1. URL rewriting rules RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.)$ product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-])(.)$ category.php?id_category=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-])(.)$ supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-])(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] 1. Catch 404 errors ErrorDocument 404 /404.phpsame error/install/classes/LanguagesManager.php on line 7i have a Magento store working on the same server so Im not sure its as easy as blaming 1and1. Link to comment Share on other sites More sharing options...
Roly Posted December 5, 2008 Share Posted December 5, 2008 Not sure why..Both my magento & prestashop works on my host.. Link to comment Share on other sites More sharing options...
ruilong Posted December 5, 2008 Share Posted December 5, 2008 have you set correct Permissions on the folders? Link to comment Share on other sites More sharing options...
bobmane Posted December 5, 2008 Author Share Posted December 5, 2008 have you set correct Permissions on the folders? the instructions are rather weak, they don't say specific files ----just the vague "folders" and "folders and sub folders" 777So, I guess-- given the instructions I had...meaning --files in the various folders I did not 777 -because I was not told to. I did 777 the folders themselves/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now