kuzmich-/random_story/master/.htaccess - Htaccess File

kuzmich-/random_story/master/.htaccess

RewriteEngine on
RewriteBase /

# Досье пользователя.
RewriteRule ^story/([0-9]+)$  Story.php?id=$1

ErrorDocument 404 /index.php?error=404
ErrorDocument 403 /index.php?error=403
ErrorDocument 400 /index.php?error=400

On Github License

Files

Download PDF of Htaccess file

Comments

Apache