我使用的服务器是
下面是我在网上找的设置教程 设置了还是不行。。
求大神们赐教啊 !!!
# vi /etc/httpd/conf/httpd.conf
将
#LoadModule rewrite_module modules/mod_rewrite.so
改为
LoadModule rewrite_module modules/mod_rewrite.so
并将
<Directory "/var/www/html">
...
AllowOverride None
...
</Directory>
改为
<Directory "/var/www/html">
...
AllowOverride All
...
</Directory>
或者将所有AllowOverride None 改为AllowOverride All
将None改为All,.htaccess文件才能被支持
2、重启Apache服务
# service httpd restart
我按着上面的步骤设置伪静态,打开网页就出现以下这样的网页了
Not Found
The requested URL /forum-79-1.html was not found on this server.
Apache/2.2.15 (CentOS) Server at bbs.u7u7.com.cn Port 80