mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 09:26:52 +08:00
7 lines
151 B
ApacheConf
7 lines
151 B
ApacheConf
|
# URL Rewrite
|
||
|
RewriteEngine On
|
||
|
RewriteCond $0 !^index.php.*
|
||
|
RewriteCond $0 !^debug.php.*
|
||
|
RewriteCond $0 !^assets.*
|
||
|
RewriteRule .* index.php?p=$0 [QSA]
|