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

相關文章
相關標籤/搜索