WordPress : Homepage only working and no links or sub-pages work on the site.

Table of Contents

Create .htaccess file and put the below code in it.

 

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

And save it. All the pages and links will start working on the site

 


WordPress : Homepage only working and no links or sub-pages work on the site., Hostripples Web Hosting
HR-ADMIN