only default permalinks working wordpress others become 404 error

前端 未结 6 888
夕颜
夕颜 2020-12-11 23:21

My problem is in my wordpress site only default permalinks is working.. When I change permalinks all pages become not found.. only home page is showing.

When I chang

6条回答
  •  Happy的楠姐
    2020-12-12 00:11

    suffered from the same issue. Having site on SSL had to change NOT the 000-default.conf but the respective SSL conf file. Adding

    after DocumentRoot /var/www/html

    the following
    
    
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
    
    

    and then restarting apache2 saved my site.... nothing else worked. The issue was Wordpress SSL and SEO plugins messing up config files.

提交回复
热议问题