Drupal 8.5.4 all links give 404 Not Found

后端 未结 3 1861
刺人心
刺人心 2021-01-27 00:44

I am using Ubuntu 18.04 server and Drupal 8.5.4. The installation was successful.I can login and my home page is displayed . But any other url on the page gives error. One such

3条回答
  •  既然无缘
    2021-01-27 01:12

    I changed 
    
    
            Options Indexes FollowSymLinks
            AllowOverride None
            Require all granted
    
    to 
    
    
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
    

    in /etc/apache2/apach2.conf , restarted Apache with service apache2 restart

提交回复
热议问题