开发者

Help with .htaccess redirect

开发者 https://www.devze.com 2023-02-15 14:20 出处:网络
I need to redirect pages like http://www.domain.com/article/12345 to http://www.domain.com/page/#/obj12345

I need to redirect pages like

http://www.domain.com/article/12345 to http://www.domain.com/page/#/obj12345

12345 could be any number.

What should I write in .htaccess to get开发者_开发百科 this working?


Swfaddress incorporates this kind of behaviour. They use basic .htaccess rules, in combination with php. See http://www.asual.com/swfaddress/samples/ajax/ for an example.

0

精彩评论

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