Jump to content

URL rewriting results in 404 error on my-account.php and order.php pages


Recommended Posts

I turned on friendly URLs in my back office and generated a new .htaccess file. When I click product pages, URLs look good and pages show up like I want. However, when I click the cart button or try to view the "my account" page, i get a 404 error.

 

here's examples from my .htaccess file:

 

RewriteRule ^my-account$ /my-account.php [QSA,L]

 

RewriteRule ^order$ /order.php [QSA,L]

 

They look to be correct, but I don't know what is happening.

 

Any help would be much appreciated!

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...