proxy.php

Simple redirection proxy
git clone git://git.finwo.net/misc/proxy.php
Log | Files | Refs | README

.htaccess (119B)


      1 RewriteEngine On
      2 
      3 RewriteCond %{REQUEST_FILENAME}   !-d
      4 RewriteCond %{REQUEST_FILENAME}   !-f
      5 
      6 RewriteRule . index.php