dylan-mcdonald/misquote-of-the-day/master/public_html/api/misquote/.htaccess - Htaccess File

dylan-mcdonald/misquote-of-the-day/master/public_html/api/misquote/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/?(d+)?$ /~dmcdonald21/misquote-of-the-day/public_html/api/misquote/?id=$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache