kapowaz (owner)

Revisions

gist: 204025 Download_button fork
public
Public Clone URL: git://gist.github.com/204025.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
RewriteEngine on
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
 
RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]