duangua5308 2012-07-24 13:38
浏览 54
已采纳

用.htaccess中的mod_rewrite重写url

hello i have a problem with my site.

i have a site where urls look like:

site.com/page.php

i heard that it is possible to rewrite the url like:

site.com/page

i was looking for that specific rewriterule but i couldnt find anything. all i was found is:

RewriteRule ^$ page.php [L]
RewriteRule ^([a-z]+)/?([0-9]*)/?$ page.php?index=$2 [L]

that does not work.

so if there is someone who could help me out i really would appreciate. thanks a lot.

  • 写回答

3条回答 默认 最新

  • douju5933 2012-07-24 13:43
    关注

    Place this in your .htaccess

    RewriteEngine on 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteCond %{REQUEST_FILENAME}\.php -f 
    RewriteRule ^(.*)$ $1.php
    

    Then in any of your urls, you can just do :

    http://yoursite.com/about
    

    Instead of :

    http://yoursite.com/about.php
    

    and it will still load

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程