1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 01:16:53 +08:00
ph-Bookshelf/.htaccess

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]