expl0iit/quatro/master/m/.htaccess - Htaccess File

expl0iit/quatro/master/m/.htaccess

RewriteEngine on
DirectoryIndex index.php
RewriteRule ^home index.php [NC,L]
RewriteRule ^discover discover.php [NC,L]
RewriteRule ^groups groups.php [NC,L]
RewriteRule ^u-([A-Za-z0-9-_.]+)/?$ profile.php?of=$1 [NC,L]
RewriteRule ^u-([A-Za-z0-9-_.]+)/?$ profile.php?of=$1 [NC,L]
RewriteRule ^g-([0-9-]+)/?$ group.php?id=$1 [NC,L]
RewriteRule ^p-([0-9-]+)/?$ viewPost.php?id=$1 [NC,L]
ErrorDocument 404 /index.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache