rp Posted February 10, 2009 Share Posted February 10, 2009 After spending many difficult hours talking to terrible customer support techs, I was able to go though a number of forum messages here and piece together what I need to get Friendly URLs working on 1and1 hosting site. Hope this help all my other fellow hosting members on 1and1.Just cut and paste below text into the .htaccess file # php5 for 1and 1AddType x-mapp-php5 .phpRewriteEngine onRewriteBase /# URL rewriting rulesRewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [QSA]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1$3 [QSA]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA]# Catch 404 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
Evodio Posted December 31, 2010 Share Posted December 31, 2010 rp,By any chance, are you using the Linux shared hosting package, or another package like VPS or dedicated?I agree that it's quite a task to piece together all the right tid bits of advice to comprise a final solution to this common issue. Any extra info about what made your environment work with these Presta friendly URLs would be much appreciated.Your post was pretty succinct, I just keep running into many such posts and yet I've still to get out of this rut with my 1and1 Linux "Developer" shared hosting package.Thanks,Vo Link to comment Share on other sites More sharing options...
jondrew Posted June 17, 2011 Share Posted June 17, 2011 Hi,I've also got a 1and1 linux package and tried the below to get the friendly names to work, it creates the new friendly names ok in the address bar but just gives a 404 error on the actual page?Any ideas?ThanksJon 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