/var/www/html/cmdbsep.htaccess 文件
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^link.html$ add_server_admin.php?id=$1
我在 httpd.conf 文件中做了以下条目
<Directory "/var/www/html/cmdbsep">
AllowOverride All
</Directory>
但它仍然无法正常工作
/var/www/html/cmdbsep.htaccess 文件
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^link.html$ add_server_admin.php?id=$1
我在 httpd.conf 文件中做了以下条目
<Directory "/var/www/html/cmdbsep">
AllowOverride All
</Directory>
但它仍然无法正常工作