我的.htaccess如下:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /school
RewriteRule ^([a-zA-Z0-9]+)/$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9]+)$ index.php?page=$1
php_value auto_prepend_file ./inc/library.php
ErrorDocument 404 /school/index.php?page=404
Run Code Online (Sandbox Code Playgroud)
截至./,我读到表明相对路径.