具体如下:
anwsion安装没有问题,网站为:信息技术问答社区
创建.htaccess, 添加
<IfModule mod_rewrite.c>
RewriteBase /xxx/
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /xxx/index.php
</IfModule>
然后将.htaccess上传到跟目录,在网站后台开启静态化,
URL 自定义路由如下:
/home/explore/===/explore/
/home/explore/guest===/guest
/home/explore/category-(:num)===/category/(:num)
/home/users/===/users/
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
保存,启用伪静态,可是网站却开不开了,提示Internal Server Error
问题出在哪里?
阅读全文
收起全文