Fixes to OSB to work with KH 3.3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
RewriteEngine On
|
||||
|
||||
# Installation directory
|
||||
RewriteBase /
|
||||
RewriteBase /osb/
|
||||
|
||||
# Protect hidden files from being viewed
|
||||
<Files .*>
|
||||
@@ -11,7 +11,7 @@ RewriteBase /
|
||||
</Files>
|
||||
|
||||
# Protect application and system files from being viewed
|
||||
RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]
|
||||
RewriteRule ^(?:application|modules|includes/kohana)\b.* index.php/$0 [L]
|
||||
|
||||
# Allow any files or directories that exist to be displayed directly
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
Reference in New Issue
Block a user