4 lines
144 B
ApacheConf
4 lines
144 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^post/([a-zA-Z0-9-]+)$ post.php?slug=$1 [L] |