开启Apache mod_rewrite模块(解决404 Not Found)
生活随笔
收集整理的這篇文章主要介紹了
开启Apache mod_rewrite模块(解决404 Not Found)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
網站搭建完成了,進入登錄界面就是訪問不了。
原因大概是沒有開啟Apache mod_rewrite模塊,或者沒有配置完全。
步驟1:
啟用mod_rewrite模塊
在conf目錄的httpd.conf文件中找到
將這一行前面的#去掉。
?
步驟2:
?
<Directory "/var/www/myweb"># # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. #Options Indexes FollowSymLinks# # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit #AllowOverride All# # Controls who can get stuff from this server. #Order allow,denyAllow from all</Directory>步驟3:
重新啟動apache
service httpd restart如此便可以訪問了頁面了,.htaccess文件在所有的子頁面都有效了。
404Not Found問題解決了。
?
轉載于:https://www.cnblogs.com/jiqing9006/p/3277393.html
總結
以上是生活随笔為你收集整理的开启Apache mod_rewrite模块(解决404 Not Found)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 6kzz整合ueditor
- 下一篇: zoj 3351 Bloodsucker