bign8/conference-app/master/.htaccess - Htaccess File

bign8/conference-app/master/.htaccess

# http://stackoverflow.com/questions/8291712/using-clean-urls-in-restful-api

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ conference.php?slug=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache