迅睿開源框架是一款PHP8高性能·簡單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設計理念, 支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務經理
微信掃描以上二維碼
028-61286886
技術咨詢
手機移動瀏覽器輸入不帶三大不溜的pc網(wǎng)址總是跳轉到移動端首頁
比如輸入abc.com/show-37.html,直接跳回到m.abc.com
運行環(huán)境:centos+apache24+php74
自動識別手機端,跟你訪問什么域名無關
回復@小黃人 18html 正常情況是否應該這樣:移動端輸入pc的網(wǎng)址abc.com/show-37.html,應跳轉至m.abc.com/show-37.html
我現(xiàn)在遇到的問題是,移動瀏覽器訪問abc.com/show-37.html同類格式網(wǎng)址,都只會跳回移動端首頁而已。
apache換成nginx,能正常了??磥硎欠掌鬈浖膯栴}。有沒有可能是我沒有設置好apache的偽靜態(tài)問題呢
.htaccess我在根目錄和/mobile是這樣的代碼
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]
=======================
RewriteBase /mobile/
自動識別手機端,跟你訪問什么域名無關
回復@小黃人 18html 正常情況是否應該這樣:移動端輸入pc的網(wǎng)址abc.com/show-37.html,應跳轉至m.abc.com/show-37.html
我現(xiàn)在遇到的問題是,移動瀏覽器訪問abc.com/show-37.html同類格式網(wǎng)址,都只會跳回移動端首頁而已。
apache換成nginx,能正常了??磥硎欠掌鬈浖膯栴}。有沒有可能是我沒有設置好apache的偽靜態(tài)問題呢
.htaccess我在根目錄和/mobile是這樣的代碼
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]
=======================
RewriteEngine On
RewriteBase /mobile/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]