Rev 1 | Blame | Compare with Previous | Last modification | View Log
ErrorDocument 404 /pages/notfound.phpRewriteEngine OnRewriteCond %{REQUEST_FILENAME}.php -fRewriteRule (.*) $1.php [L]RewriteCond %{REQUEST_FILENAME}.html -fRewriteRule (.*) $1.html [L]#RewriteEngine on#RewriteCond %{SCRIPT_FILENAME} !-d#RewriteCond %{SCRIPT_FILENAME} !-f#RewriteRule ^(\w+)$ ./serve.php?short=$1