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>