开发者

Rewriting URLs with Mod_Rewrite

开发者 https://www.devze.com 2022-12-22 04:52 出处:网络
Original Question: what could be the mod_rewrite, to rewrite urls with this structure: http://hiwis.net/jobs/Computer/ to something with this structure: http://hiwis.net/Computer/

Original Question:

what could be the mod_rewrite, to rewrite urls with this structure: http://hiwis.net/jobs/Computer/ to something with this structure: http://hiwis.net/Computer/

--

I need some help with the mod_rewrite for my hiwis(dot)net site to rewrite URLs with this structure: hiwis(dot)net/jobs/Computer/ to somet开发者_运维问答hing with this structure: hiwis(dot)net/Computer/ , thanks.


RewriteRule ^/?jobs/Computer/(.*)$ /Computer/$1 [R]
0

精彩评论

暂无评论...
验证码 换一张
取 消