Permalinks in Wordpress - Page not found

前端 未结 6 702
误落风尘
误落风尘 2021-01-01 03:29

I\'ve been searching for hours but haven\'t found anything that seems to be able to solves this issue.

Here\'s the scenario:

I\'m making a wp theme based on

6条回答
  •  北海茫月
    2021-01-01 04:22

    This worked for me like @Skillachie wrote BUT be also sure to include those settings in the 000-default-SSL.conf file if you use SSL!

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

提交回复
热议问题