为站点创建 htaccess
它是什么?
转换:
http://name.com/pro/weblog/index .php?rayan_cat=23&rayan_cat_in=25
至:
http://name.php? rayan_cat=23&rayan_cat_in=25 com/pro/weblog/23/25/
如果index.php时间未知
what is it ?
convert :
http://name.com/pro/weblog/index.php?rayan_cat=23&rayan_cat_in=25
to :
http://name.com/pro/weblog/23/25/
if index.php the time was not known
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这称为 URL 重写。请参阅: http://httpd.apache.org/docs/current/mod/mod_rewrite .html
It's called URL rewriting. See: http://httpd.apache.org/docs/current/mod/mod_rewrite.html
替换您的 URL 并将文件另存为根文件夹中的 .htaccess,
现在使用 GET 方法您可以获取参数值。
replace the YOUR URL and save the file as .htaccess in the root folder
now using GET Method you can fetch the parameter value .