-
Notifications
You must be signed in to change notification settings - Fork 0
trinvh2/php5rp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
And here's an example .htaccess file: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteCond %{REQUEST_URI} !^/index.php RewriteRule ^(.+)$ index.php/$1 [QSA] And an example usage: $proxy = new ProxyHandler('http://publicsite.example.com','http://privatesite.example.com'); $proxy->execute();
About
A PHP Reverse Proxy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published