URL rewriting - Beginners guide

前端 未结 2 933
广开言路
广开言路 2021-01-24 04:38

I need to learn how to do URL rewriting for a site to get pretty URLs...

I have a general idea of how it works through the 50 tutorials I read. But none of them really

2条回答
  •  长发绾君心
    2021-01-24 05:10

    Check if you're requesting a existing file using a (negative)RewriteCond using flags -f and/or -d. Used in many tutorials, check the topmost results at any search engine.

提交回复
热议问题