Got 404 on a WordPress posts
-
Hello
I’m trying to enable “nice” permalinks on my website, but can not do it. When I change it to “https://nomadique.tours/sample-post/” it doesn’t work, but with this “https://nomadique.tours/index.php/%year%/%monthnum%/%day%/%postname%/” structure it works
So, I changed an ownership for .htaccess file, I restarted apache, and I have this lines of code in .htacess:
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Honestly, do not know, what to do next to make my permalinks workingThe blog I need help with is: (visible only to logged in users)
-
Good Morning –
Thanks for reaching out to our team about this 404 question. When looking at the account I can’t see where your domain is connected to our hosting system here. Because of that, we aren’t able to provide any help, we don’t have access to your site.
I’m assuming you are set up on the open source WordPress software.
Stepping back, tell me where you want you imagine a visitor experience to be when they come to your site. We can help you make that happen on our managed environment. This allows you to focus on the content while we do all the heavy lifting int he background. Our team will handle your security, updates, backups, ssl, seo optimization, hosting optimization, and mobile performance just to name a few.
-
Why didn’t you decide to say just a words that you can not provide any help as there is no access to my site? Why you decided to sell me your services?
- The topic ‘Got 404 on a WordPress posts’ is closed to new replies.