imperialeagle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] 404 Error for All Pages Except Home PageHey I’m not sure if you’re still having the issue. If you are I might have a solution… I do however use apache2 so I’m not sure if this will work for you.
In the apache.conf file I changed the None to all:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory>As I said I’m not sure if there is an equivalent in the nginx.conf file, but the problem might be in that file… I hope it helps you, and otherwise someone like me looking for a solution online for 10 hours and then giving up, only to stumble upon the solution accidentally.
- This reply was modified 4 years, 12 months ago by imperialeagle.
- This reply was modified 4 years, 12 months ago by imperialeagle.
Forum: Fixing WordPress
In reply to: 404 Error on all pages except homepageHey ajax21, I tried to visit your site, but I couldn’t so I’m not sure if you’re still having the issue. If you are I might have a solution… I do however use apache2 so I’m not sure if this will work for you.
In the apache.conf file I changed the None to all:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory>As I said I’m not sure if there is an equivalent in the nginx.conf file, but since you mentioned including it was the problem, the problem might be in that file… I hope it helps you, and otherwise someone like me looking for a solution online for 10 hours and then giving in only to stumble upon the solution accidentaly.