mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-15 09:36:43 +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
|
||
|
|
|