I am getting redirected to wamp home page when typing anything in the drupal site's path

StackOverflow https://stackoverflow.com/questions/22789429

  •  25-06-2023
  •  | 
  •  

문제

The problem i am facing is that whenenver I am typing the path of any sub directory n my website like localhost/MySiteName/register I am getting redirected towards the wamphome page . Any clicks after that on the wamphome page is giving path like (if i click on phpmyadmin) localhost/MySiteName/register/phpmyadmin . I have looked extensively through the code and the net but could not make out why such thing is happening ?

도움이 되었습니까?

해결책

First check your .htaccess file , is it present or not. If it is present then follow the below mention steps.

  1. Open your wamp and click on it.
  2. Now go to Apache>>Apache Modules
  3. And check rewrite_module and then restart you WAMP. Please refer attached screen shot.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top