creaktive/PHProxy/master/.htaccess - Htaccess File

creaktive/PHProxy/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  # the right way:
  #RewriteRule ^(.*)$ http://sysd.org/$1 [P]

  # very-very wrong way; substitute by the above ASAP!!!
  RewriteRule ^(.*)$ phproxy.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache