THM11 Posted November 2, 2011 Share Posted November 2, 2011 Related to post: http://www.prestashop.com/forums/topic/139992-issues-after-upgrade-1430-to-1451/ 2nd issue: Url rewriting is not operational? Even though the .htaccess file is there and created, friendly url is tapped on, etc... Copy-paste from the .htaccess file "# Disable Multiviews Options -Multiviews # URL rewriting module activation RewriteEngine on # URL rewriting rules..." So according the "dashboard" the url rewriting is not operational, even though it seems from user POV it would be... Link to comment Share on other sites More sharing options...
THM11 Posted November 4, 2011 Author Share Posted November 4, 2011 No one have any idea... Here's the difference between the .htaccess files after and before update. One issue related to this is, that when I try to post a link to e.g. facebook-fan-page, facebook cannot dig up any pictures (as it did earlier) also some google-links don't work even though the link is correct! Old .htaccess: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule.... </IfModule> ErrorDocument... <IfModule mod_expires.c> ... </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> ... </IfModule> New .htaccess: # .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 RewriteRule... </IfModule> # Catch 404 errors ErrorDocument... <IfModule mod_expires.c> ... </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType.... </IfModule> So the stuff "...." (marked with ....) is basically identical between the documents, but with the old file prestashop says that the URL Rewriting is ok, and with this new one it claims that - nope it's not working! Link to comment Share on other sites More sharing options...
THM11 Posted November 4, 2011 Author Share Posted November 4, 2011 Just by removing the new comment-lines, the green light is on (it's like in steering group meeting - if all is green everything is ok) But I bet that this is not related to those comments at all, but I liked to know why and what's causing this - am I the only one? 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