apache的rewrite規則無法載入問題
apache的rewrite規則無法載入問題。
<VirtualHost *:80>
ServerAdmin k@5.com
DocumentRoot /data/web/xxx
ServerName www.xxx.net
ServerAlias xxx.net
DirectoryIndex index.php index.shtml index.html
<Directory “/data/web/xxx”>
Options FollowSymLinks Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
RewriteEngine On
RewriteRule ^vod-(.*)$ index.php?s=/Home-vod-$1
RewriteRule ^news-(.*)$ index.php?s=/Home-news-$1
RewriteRule ^ajax-(.*)$ index.php?s=/Home-ajax-$1
RewriteRule ^tag-(.*)$ index.php?s=/Home-tag-$1
RewriteRule ^gb-(.*)$ index.php?s=/Home-gb-$1
RewriteRule ^cm-(.*)$ index.php?s=/Home-cm-$1
</VirtualHost>
<Directory “/data/web/xxx”>
Options FollowSymLinks Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
和
本文轉自 liang3391 51CTO部落格,原文連結:http://blog.51cto.com/liang3391/812280
相關文章
- Apache的rewrite規則詳細介紹Apache
- Apache2.4+php5.3無法載入Zend問題ApachePHP
- 利用apache的mod_rewrite做URL規則重寫Apache
- Apache 重寫規則的常見應用 (rewrite)(轉)Apache
- SDWebImage 載入https報錯 無法載入問題WebHTTP
- Nginx Rewrite規則初探Nginx
- nginx配置location總結及rewrite規則寫法Nginx
- rewrite規則中引數多於9個的處理方式 apache nginxApacheNginx
- ASM無法自動載入磁碟組問題ASM
- Nginx的Rewrite規則與例項Nginx
- nginx location匹配及rewrite規則Nginx
- Apache之Rewrite和RewriteRule規則梳理以及http強轉https的配置總結ApacheHTTP
- Nginx常用Rewrite偽靜態規則Nginx
- apache url rewrite及正規表示式筆記Apache筆記
- 第七章:nginx的rewrite規則詳解Nginx
- vue專案打包,解決靜態資源無法載入和路由載入無效(404)問題Vue路由
- 求助:關於ofbiz頁面無法載入圖片問題
- Apache Rewrite詳解Apache
- Nginx rewrite 規則 與 proxy_pass 實現Nginx
- 解決ASM磁碟組無法掛載的問題ASM
- 在 apache 中重寫規則不生效的問題 [No input file specified.] 解決Apache
- ASM無法自動載入磁碟組問題解決一例ASM
- ubuntu的virtualbox無法掛載隨身碟問題Ubuntu
- Vue的動態選單無法登入(無法載入選單)Vue
- Excel無法做到的問題Excel
- ORA-15110 ASM無法自動載入磁碟組問題ASM
- 關於XAMPP中Apache和Mysql因埠占用無法啟動的問題ApacheMySql
- 如何解決MacOS無法登入app store的問題?MacAPP
- centos下apache安裝後無法訪問CentOSApache
- Laravel 自定義驗證規則的問題Laravel
- 解決無法自動掛載U盤問題
- 啟動頁無法載入
- PHP無法載入MYSQL模組PHPMySql
- 修改daemon.json重新載入後docker無法啟動問題記錄JSONDocker
- apache ambari web頁面無法訪問解決辦法ApacheWeb
- 開啟apache的mod_rewrite功能Apache
- 索引無法消除排序的問題索引排序
- nginx負載均衡(5種方式)、rewrite重寫規則及多server反代配置梳理Nginx負載Server