Release 0.245: refactor articles list and update package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
|
||||
SetHandler application/x-lsphp83 /opt/alt/php83 usr/bin/lsphp
|
||||
</FilesMatch>
|
||||
# <FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
|
||||
# SetHandler application/x-lsphp83 /opt/alt/php83 usr/bin/lsphp
|
||||
# </FilesMatch>
|
||||
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
@@ -25,7 +25,7 @@ ErrorDocument 404 /index.php
|
||||
|
||||
RewriteCond %{REQUEST_URI} !^(.*)/libraries/(.*) [NC]
|
||||
RewriteCond %{REQUEST_URI} !^(.*)/layout/(.*) [NC]
|
||||
RewriteRule ^admin/([^/]*)/([^/]*)/(.*)$ admin/index.php?module=$1&action=$2&$3 [L]
|
||||
RewriteRule ^admin/([^/]*)/([^/]*)/(.*)$ admin/index.php?module=$1&action=$2&$3 [QSA,L]
|
||||
|
||||
RewriteRule ^admin/$ admin/index.php [L]
|
||||
|
||||
@@ -86,4 +86,4 @@ RewriteRule ^ /%1 [R=301,L]
|
||||
<Files *.ini>
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
</Files>
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user