mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
10 lines
172 B
ApacheConf
Executable File
10 lines
172 B
ApacheConf
Executable File
RewriteEngine on
|
|
|
|
RewriteRule ^service$ /ajax.php
|
|
RewriteRule ^auth$ /auth.php
|
|
RewriteRule ^help$ /help.php
|
|
RewriteRule ^ucenter$ /ucenter.php
|
|
|
|
ErrorDocument 404 /404.php
|
|
|