Skip to content

Instantly share code, notes, and snippets.

@Stasonix
Created July 30, 2012 11:09
Show Gist options
  • Save Stasonix/3206226 to your computer and use it in GitHub Desktop.
Save Stasonix/3206226 to your computer and use it in GitHub Desktop.
ЧПУ в php Пример .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z]*).html$ /?cat=$1 [L]
RewriteRule ^([a-zA-Z]*)/([a-zA-Z]*)\.html$ /?cat=$1&page=$2 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment