【问题标题】:How to make URL clear? [duplicate]如何使网址清晰? [复制]
【发布时间】:2015-09-17 17:31:03
【问题描述】:

如何使我的网站网址像这样? https://stackoverflow.com/users/5066707/hand-on-cloud

【问题讨论】:

  • 我已经搜索过 -> 搜索:.htaccess
  • Rizier,这必须用 .htaccess 制作?不知道,谢谢!我会搜索... :D
  • $url = $_SERVER['REQUEST_URI'];
  • SLY,是的,可能是这个,但是……我忘了说URL会返回404,有解决办法吗?

标签: php url


【解决方案1】:

添加 .htacces 文件并尝试类似的操作。

Options FollowSymLinks
RewriteEngine On

RewriteBase /
RewriteRule ^user/Handoncloud$ profile?pr=Handoncloud [L]

Read abaut mod rewrite an .htacces.

【讨论】:

    猜你喜欢
    • 2018-04-16
    • 2012-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-24
    • 1970-01-01
    • 2013-12-22
    相关资源
    最近更新 更多