mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-07 07:31:56 +00:00
8 lines
144 B
ApacheConf
8 lines
144 B
ApacheConf
|
RewriteEngine on
|
||
|
|
||
|
RewriteRule ^service$ /ajax.php
|
||
|
RewriteRule ^auth$ /auth.php
|
||
|
RewriteRule ^help$ /help.php
|
||
|
RewriteRule ^ucenter$ /ucenter.php
|
||
|
|