sometechie/roundrobinscheduler-proxy/master/.htaccess
Allow From All
# mod_rewrite in use
RewriteEngine On
RewriteRule (json/.*) request.php?path=$1& [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !static
RewriteRule (.*) static/$1 [L]
Files
