.htaccess mod_rewrite > 500 Internal Server Error

前端 未结 7 1407
梦毁少年i
梦毁少年i 2020-12-02 03:03

I am using .htaccess.

My original link is:

http://example.com/CareerDays/index.php?u_type=admin

And I\'m trying to make it look lik

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 03:36

    500 Errors are often the result of file permission errors rather than anything else. Check the permissions on your .htaccess file.

    The required permissions vary depending on the environment (I presume this is on Linux - shouldn't be a problem on Widows).

提交回复
热议问题