URL rewriting in PHP without htaccess

后端 未结 5 772
面向向阳花
面向向阳花 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 19:03

    Your best bet will be to have URLs such as this:

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

    You'll to rewrite your PHP code though.

提交回复
热议问题