Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: SEO URLs on Nginx

This worked :D # SEO URL Settings # Nginx configuration of OC htaccess location = /sitemap.xml { rewrite ^(.*)$ /index.php?route=feed/google_sitemap break; } location = /googlebase.xml { rewrite ^(.*)$ /index.php?route=feed/google_base break; } location / { # This try_files directive is used to enab...

Jump to post
  • Fri May 06, 2016 7:17 am
  • Replies 3
  • Views 19795
[SOLVED] SEO URLs on Nginx

Nginx doesn't use .htaccess so rewrite rules must apparently be placed into the server block file, eg. /etc/nginx/sites-available/domain.com I found a few configs thru google but none of them seem to make a difference, I always end up with a 404 when I click on a product when SEO URLs are enabled. F...

Jump to post
  • Thu May 05, 2016 12:24 pm
  • Replies 3
  • Views 19795

Page 1 of 1

Search found 2 matches