.htaccess not working on localhost with XAMPP

前端 未结 9 1433
北荒
北荒 2020-11-27 20:49

i m using XAMPP but i m not able to use .htaccess file at local host. i m trying so many times.. Online working good. but local host showing [The requested URL was n

9条回答
  •  心在旅途
    2020-11-27 21:22

    I had a similar problem. But the problem was in the file name '.htaccess', because the Windows doesn't let the file's name begin with a ".", the solution was rename the file with a CMD command. "rename c:\xampp\htdocs\htaccess.txt .htaccess"

提交回复
热议问题