magsol/twitletic/master/.htaccess - Htaccess File

magsol/twitletic/master/.htaccess

# BEGIN Twitletic
<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /twitletic/

RewriteRule ^(css|js|images|index)($|/) - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?action=$1 [QSA]

</IfModule>
# END Twitletic

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache