Loading...
博客开启伪静态,url隐藏index.php(apache)登录后台,选择设置->永久链接启用地址重写保存可能会报勾选仍想启用,保存进入httpd根目录cd /var/www/html打开.htaccess文件vi .htaccess写入<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %...