URL rewriting in PHP without htaccess

后端 未结 5 767
面向向阳花
面向向阳花 2020-11-27 18:21

Website is running on a web host where we don\'t have access to a .htaccess file. However, I want to do URL rewriting for user friendly URLs.

e.g. Origi

5条回答
  •  自闭症患者
    2020-11-27 18:57

    as Alix Axel suggested you can use

    www.example.com/index.php/file/name
    

    then you will use $_SERVER['REQUEST_URI'] to process the URL.

提交回复
热议问题