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