Jump to content

URL-rewriting issue after upgrade 1.4.3.0 to 1.4.5.1


Recommended Posts

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...

issue2.jpg

 

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

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

issue2_2.jpg

 

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):D

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...