99精品国产综合久久久久五月天,免费观看欧美大片毛片不用播放器 ,AV无码理论片在线观看免费网站,国产精品国产成人国产三级

無標題文檔
wdCP系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
wdOS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
注冊 發(fā)貼 提問 回復-必看必看 wddns免費智能 DNS 開通 本地或虛擬機使 用wdcp 一鍵包在mysql編 譯時"卡住"
AI導航網(wǎng)AI應用網(wǎng)站大全 wdcp官方技術支持/服務 阿里云8折優(yōu)惠券 無敵云 騰訊云優(yōu)惠中,現(xiàn)注冊更有260代金額券贈送
返回列表 發(fā)帖
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設置等

溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的

[求助] 反饋個apache偽靜態(tài)Bug請版主勿刪 [復制鏈接]

配置信息

程序版本 : 2.5 [查看最新版本]------這里是我所用程序的官方網(wǎng)站下載地址

操作系統(tǒng) : Linux

運行環(huán)境 : Apache

上傳附件限制 : 20M

執(zhí)行時間限制 : 60秒

服務器域名/IP : www.jietouxiaochi.com [ 203.171.234.138 ]

剩余空間 : 32.86G


@admin


Apache 偽靜態(tài)規(guī)則
<IfModule mod_rewrite.c>
RewriteEngine on

#不顯示index.php

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
RewriteRule ^upload/(.*) index.php?m=public&a=photo&url=$1

</IfModule>

以上是  .htaccess 文件內容,
在linux高級自定義 rewrite規(guī)則里面自定義還是一樣的!

Not Found

The requested URL /search-index.xhtml was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


上面是沒有加載偽靜態(tài)規(guī)則的404錯誤提示

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


上面是加載了偽靜態(tài)規(guī)則的提示500錯誤

官方網(wǎng)站上沒有錯誤,請老大看看是什么情況謝謝 @admin

沒看明白你的意思
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機8折優(yōu)惠碼

TOP

同樣遇到此問題
求解決。。
<IfModule mod_rewrite.c>
RewriteEngine on

#不顯示index.php

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

</IfModule>

TOP

返回列表