Skip to content

Instantly share code, notes, and snippets.

View mertenvg's full-sized avatar
🔍
Looking for a new opportunity #opentowork

Merten van Gerven mertenvg

🔍
Looking for a new opportunity #opentowork
View GitHub Profile
@mertenvg
mertenvg / .htaccess
Created December 20, 2012 14:10 — forked from anonymous/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /passgen/index.php [L,QSA]
</IfModule>