X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseWordpressSolution to Apache2 Wordpress 404 E...

Solution to Apache2 Wordpress 404 Error

If 404 is received on post pages after migration or initial installation on WordPress sites, we need to grant the following permission in Apache settings.

Make sure Apache mod_rewrite is active.

sudo a2enmod rewrite
AllowOverride All

Example:

<Directory "/home/ubuntu/alanadicom/">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted


Let's restart the service with the code below and complete our process.

sudo service apache2 restart

You can click for our Türkiye location Reseller Hosting packages.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(83 times viewed. / 2 people found helpful.)