hac/facebookproxy/master/.htaccess - Htaccess File

hac/facebookproxy/master/.htaccess

RewriteEngine On
RewriteBase /

# Anything requested to a file that is not the proxy is redirected to the proxy relative to facebook.com.
# This guides a lot of stray AJAX requests where they need to go.
RewriteCond %{REQUEST_URI} !^/(index.php|style.css|)$
RewriteRule ^(.*)$ index.php?q=http://www.facebook.com/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache