kzotoff/JuliaCMS/master/.htaccess - Htaccess File

kzotoff/JuliaCMS/master/.htaccess

DirectoryIndex index.php
php_value include_path ".;./PEAR"

RewriteEngine on
RewriteBase /ves/

RewriteCond %{REQUEST_URI} !index.php$
RewriteCond %{REQUEST_URI} !tinymce/plugins/minigallery/.*$
RewriteRule ^.*.php - [F]

RewriteCond %{REQUEST_URI} !.*.css$
RewriteCond %{REQUEST_URI} !.*.png$
RewriteCond %{REQUEST_URI} !.*.gif$
RewriteCond %{REQUEST_URI} !.*.jpg$
RewriteCond %{REQUEST_URI} !.*.ico$
RewriteCond %{REQUEST_URI} !.*.js$
RewriteCond %{REQUEST_URI} !.*.eot$
RewriteCond %{REQUEST_URI} !.*.swg$
RewriteCond %{REQUEST_URI} !.*.swf$
RewriteCond %{REQUEST_URI} !.*.ttf$
RewriteCond %{REQUEST_URI} !.*.woff$
RewriteCond %{REQUEST_URI} !userfiles/files/.*$
RewriteCond %{REQUEST_URI} !tinymce/plugins/minigallery/.*$
RewriteCond %{REQUEST_URI} !index.php$
RewriteRule ^[^/]+/.* ./ [R=301,L]

RewriteCond %{REQUEST_URI} !.*.css$
RewriteCond %{REQUEST_URI} !.*.png$
RewriteCond %{REQUEST_URI} !.*.gif$
RewriteCond %{REQUEST_URI} !.*.jpg$
RewriteCond %{REQUEST_URI} !.*.ico$
RewriteCond %{REQUEST_URI} !.*.js$
RewriteCond %{REQUEST_URI} !.*.eot$
RewriteCond %{REQUEST_URI} !.*.swg$
RewriteCond %{REQUEST_URI} !.*.swf$
RewriteCond %{REQUEST_URI} !.*.ttf$
RewriteCond %{REQUEST_URI} !.*.woff$
RewriteCond %{REQUEST_URI} !userfiles/files/.*$
RewriteCond %{REQUEST_URI} !tinymce/plugins/minigallery/.*$
RewriteCond %{REQUEST_URI} !index.php$
RewriteRule ^(.+)$ index.php?p_id=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache