1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-02-23 06:38:48 +08:00
ph-Bookshelf/.htaccess

7 lines
143 B
ApacheConf

# URL Rewrite
RewriteEngine On
RewriteCond $0 !index.php.*
RewriteCond $0 !debug.php.*
RewriteCond $0 !assets.*
RewriteRule .* index.php [QSA]