mayday78 Posted May 18, 2012 Share Posted May 18, 2012 I have a specific problem. I'll pay $20 via PayPal if you can provide the solution. I'm upgrading from 1.2.5 --> 1.4.7.3. (although I'll now switch and upgrade directly to the latest) I've been able to solve most problems so far ... but when I turn on Friendly URLs, they don't work. So, if I turn OFF Friendly URLs, I can browse my product catalog and the upgrade seems to have gone smoothly. But when I turn the Friendly URL option back on, none of the re-written links work. dev.outdoorstore.ch is my new working environment and you can see the problem there. Example: URLs like http://dev.outdoorst...p?id_category=5 work. but the friendly url: http://dev.outdoorst...h/de/5-klettern does not work. It returns the 404. - Don't pay attention to how jacked up the theme and content look. I'm just asking here about how to fix this 'Friendly URLs' problem. Live site ishttp://www.outdoorstore.ch/ (1.2.5) Many thanks in advance for any help! - Cory Link to comment Share on other sites More sharing options...
jhnstcks Posted May 18, 2012 Share Posted May 18, 2012 Did you delete the htaccess and re-generate a new one, as the content of the file changes a lot between 1.2 and 1.4. You can generate a new file by using tools>generators in your back-office. Link to comment Share on other sites More sharing options...
mayday78 Posted May 18, 2012 Author Share Posted May 18, 2012 Yes, the .htaccess file is new. Looks like this: # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> # URL rewriting module activation RewriteEngine on # URL rewriting rules </IfModule> # Catch 404 errors ErrorDocument 404 /404.php <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> 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