How to Mask Extension in URL

后端 未结 4 1656
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 13:35

Is there a way to mask the URL extensions for pages on my website with PHP? Example: http://home/subfolder instead of http://home.subfolder.php

4条回答
  •  [愿得一人]
    2021-01-15 14:06

    Apache httpd's mod_rewrite can rewrite the URL transparently on the server side and let you use any URL you like.

提交回复
热议问题