mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
4 lines
129 B
ApacheConf
4 lines
129 B
ApacheConf
|
RewriteEngine On
|
||
|
#RewriteBase /
|
||
|
RewriteRule ^site-(\d+)\.html$ /site/index.php?id=$1
|
||
|
RewriteRule ^/sitemap.xml$ /site/sitemap.php
|