kapowaz (owner)

Revisions

gist: 204111 Download_button fork
public
Public Clone URL: git://gist.github.com/204111.git
Embed All Files: show embed
.htaccess #
1
2
3
4
5
6
7
8
# DOESN'T WORK FOR NO GOOD FUCKING REASON
 
RewriteEngine On
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
 
RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]