mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-31 13:12:47 +08:00
7 lines
143 B
ApacheConf
7 lines
143 B
ApacheConf
# URL Rewrite
|
|
RewriteEngine On
|
|
RewriteCond $0 !index.php.*
|
|
RewriteCond $0 !debug.php.*
|
|
RewriteCond $0 !assets.*
|
|
RewriteRule .* index.php [QSA]
|