.htaccess not working on localhost with XAMPP

前端 未结 9 1417
北荒
北荒 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:45

    Edit the .htaccess file, so the first line reads 'Test.':

    Test.

    Set the default handler

    DirectoryIndex index.php index.html index.htm

    ...

提交回复
热议问题