Pixel166/OpenJabNab/master/http-wrapper/.htaccess - Htaccess File

Pixel166/OpenJabNab/master/http-wrapper/.htaccess

RewriteEngine on
RewriteCond  %{REQUEST_URI} ^.*/.svn/.*$
RewriteRule  .* / [F]

RewriteCond  %{REQUEST_URI} !^.*openjabnab.php.*$
RewriteCond  %{REQUEST_URI} !/ojn_local/
RewriteCond  %{REQUEST_URI} !/ojn_admin/
RewriteCond  %{REQUEST_URI} !/favicon.ico
RewriteRule  ^.*$  /openjabnab.php  [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache