Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active July 11, 2017 12:07
Show Gist options
  • Save bigin/76813da78c5749f874a3dcf7f4d06eda to your computer and use it in GitHub Desktop.
Save bigin/76813da78c5749f874a3dcf7f4d06eda to your computer and use it in GitHub Desktop.
# Catalog rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(catalog)/?(.*)/(page[1-9]?)?$ index.php?id=$1&seg=$2&page=$3 [QSA,L]
# Native GS rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment