【问题标题】:.htaccess file not working on php website.htaccess 文件在 php 网站上不起作用
【发布时间】:2016-02-26 13:01:33
【问题描述】:
http://www.example.com/questions.php?scid=6

我想把这个网址设为:

http://www.example.com/general-knowledge_questions-answers_indian-constitution-1

我必须在我的 .htaccess 文件中使用什么代码

【问题讨论】:

  • 原件与您希望的外观之间似乎无法直接翻译。原始使用scid,它是一个整数,但您想要的输出使用原始中未提及的字符串

标签: php .htaccess


【解决方案1】:

.htacess中使用重定向代码

//301 Redirect Old File
Redirect 301 http://www.example.com/questions.php?scid=6 http://www.example.com/general-knowledge_questions-answers_indian-constitution-1

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-07-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-11-28
    相关资源
    最近更新 更多