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