电脑

WeCenter 3.1.3伪静态设置Apache

WeCenter安装在根目录

.htaccess 内容如下,复制代码粘贴到.htaccess 文件根目录下,后台开启伪静态即可。

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 

4170cookie-checkWeCenter 3.1.3伪静态设置Apache

风雨几十载润物细无声

留言

您的电子邮箱地址不会被公开。 必填项已用*标注