這篇文章主要介紹了nginx偽靜態(tài)規(guī)則怎么定義的相關(guān)知識,內(nèi)容詳細(xì)易懂,操作簡單快捷,具有一定借鑒價(jià)值,相信大家閱讀完這篇nginx偽靜態(tài)規(guī)則怎么定義文章都會有所收獲,下面我們一起來看看吧。
站在用戶的角度思考問題,與客戶深入溝通,找到容城網(wǎng)站設(shè)計(jì)與容城網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、主機(jī)域名、網(wǎng)站空間、企業(yè)郵箱。業(yè)務(wù)覆蓋容城地區(qū)。
1、nginx偽動態(tài)劃定規(guī)矩
rewrite ^(.*)/tags.html $1/tags.php; rewrite ^(.*)/tags/(.*)-1.html $1/tags.php?/$2/$3;
或
rewrite ^([^\.]*)/tags.html $1/tags.php; rewrite ^([^\.]*)/tags/(.*)-([0-9]+).html $1/tags.php?/$2/$3;
2、.htaccess文件偽音訊規(guī)定
RewriteBase / RewriteRule ^tags\.html$ /tags.php$1 RewriteRule ^tags/(.*)-([0-9]+).html$ /tags.php?/$1/$2
3、IIS下網(wǎng)站.config文件,偽消息規(guī)則:
4、httpd.ini 文件偽動態(tài)規(guī)定
RewriteRule ^(.*)/tags\.html $1/tags\.php RewriteRule ^(.*)/tags/(.*)-([0-9]+).html $1/tags\.php\?$2/$3
關(guān)于“nginx偽靜態(tài)規(guī)則怎么定義”這篇文章的內(nèi)容就介紹到這里,感謝各位的閱讀!相信大家對“nginx偽靜態(tài)規(guī)則怎么定義”知識都有一定的了解,大家如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。