The requested URL / was not found on this server

The requested URL / was not found on this server.
缘由:未打开Apache的重写功能
#LoadModule rewrite_module modules/mod_rewrite.so
<Directory "E:/online/webs/Apache24/htdocs">
Options Indexes FollowSymLinks
AllowOverride None =>改成 AllowOverride All
Order allow,deny
Allow from all
</Directory>web

 

 

RewriteCond %{HTTP_HOST} ^store.otbhome.com [NC]
RewriteRule ^(.*)$ http://www.otbhome.com/$1 [R=301,L]ide

相关文章
相关标签/搜索