forked from sergejey/majordomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sergejey#471 from sergejey/alpha
Alpha
- Loading branch information
Showing
917 changed files
with
20,613 additions
and
41,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,37 @@ | ||
AddDefaultCharset UTF-8 | ||
DirectoryIndex index.html index.htm index.php default.html | ||
|
||
<IfModule mod_rewrite.c> | ||
RewriteEngine on | ||
RewriteBase / | ||
|
||
ReWriteCond %{REQUEST_URI} pda$ | ||
RewriteRule .* /popup/pda.html [R,L] | ||
|
||
ReWriteCond %{REQUEST_URI} ^/api/ | ||
RewriteRule .* /api.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} \.html$ | ||
ReWriteCond %{REQUEST_URI} !index\.html$ | ||
ReWriteCond %{REQUEST_URI} !fckeditor | ||
ReWriteCond %{REQUEST_URI} !banner\.html$ | ||
ReWriteCond %{REQUEST_URI} !flashcoms | ||
ReWriteCond %{REQUEST_URI} !google | ||
RewriteRule .* /nf.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} /module/app_mediabrowser\..*$ | ||
RewriteRule .* /nf.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} \.xml$ | ||
ReWriteCond %{REQUEST_URI} !fck | ||
ReWriteCond %{REQUEST_URI} !flashcoms | ||
RewriteRule .* /nf.php | ||
|
||
</IfModule> | ||
|
||
<FILES config.php> | ||
deny from all | ||
</FILES> | ||
|
||
<FILES debmes.txt> | ||
deny from all | ||
AddDefaultCharset UTF-8 | ||
DirectoryIndex index.html index.htm index.php default.html | ||
|
||
<IfModule mod_rewrite.c> | ||
RewriteEngine on | ||
RewriteBase / | ||
|
||
ReWriteCond %{REQUEST_URI} pda$ | ||
RewriteRule .* /popup/pda.html [R,L] | ||
|
||
ReWriteCond %{REQUEST_URI} ^/api/ | ||
RewriteRule .* /api.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} \.html$ | ||
RewriteRule .* /nf.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} /module/app_mediabrowser\..*$ | ||
RewriteRule .* /nf.php | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
ReWriteCond %{REQUEST_URI} \.xml$ | ||
RewriteRule .* /nf.php | ||
|
||
</IfModule> | ||
|
||
<FILES config.php> | ||
deny from all | ||
</FILES> | ||
|
||
<FILES debmes.txt> | ||
deny from all | ||
</FILES> |
Oops, something went wrong.