seret/oxtebafu1org/master/.htaccess - Htaccess File

seret/oxtebafu1org/master/.htaccess

Options +FollowSymLinks
RewriteEngine On

AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch ".(js.gz|js.gzip)$">
  ForceType text/javascript
</FilesMatch>
<FilesMatch ".(css.gz|css.gzip)$">
  ForceType text/css
</FilesMatch>

RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run.php
RewriteCond %{REQUEST_URI} (/|.php|.html|.htm|.xml|.feed|robots.txt|.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache