Document, RewriteRule for admin
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
Version 1.4 ()
|
Version 1.4 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Added RewriteRule to ensure that admin panel can be called,
|
||||||
|
thanks to rich4647 from the forums.
|
||||||
|
|
||||||
|
* Added file checksums to be able to verify integral structure
|
||||||
|
of a s9y release (judebert)
|
||||||
|
|
||||||
* Use semantically better HTML output by sidebar plugins
|
* Use semantically better HTML output by sidebar plugins
|
||||||
(ordererd lists, less <br>s, ...) (YellowLED)
|
(ordererd lists, less <br>s, ...) (YellowLED)
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ DirectoryIndex {PREFIX}{indexFile}
|
|||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase {PREFIX}
|
RewriteBase {PREFIX}
|
||||||
|
RewriteRule ^serendipity_admin.php serendipity_admin.php [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK_AUTHORS}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK_AUTHORS}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK_FEEDCATEGORIES}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK_FEEDCATEGORIES}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ php_value register_globals off
|
|||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase {PREFIX}
|
RewriteBase {PREFIX}
|
||||||
|
RewriteRule ^serendipity_admin.php serendipity_admin.php [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK_AUTHORS}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK_AUTHORS}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
RewriteRule ^({PAT_PERMALINK_FEEDCATEGORIES}) {indexFile}?/$1 [NC,L,QSA]
|
RewriteRule ^({PAT_PERMALINK_FEEDCATEGORIES}) {indexFile}?/$1 [NC,L,QSA]
|
||||||
|
|||||||
Reference in New Issue
Block a user