March 20, 2015 at 5:30 am
#23300
Theme Horse Support Team
Keymaster
Hi I have removed your post from next forum. I would like you to check your .htaccess file. Go to the root of you ftp (public_html) and under it go to wordpress directory (there you can see wp-content, wp-admin, wp-includes and with other php files such as wp-config.php etc.). There is also available .htaccess file open it and paste the below code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Hope this may help you
Thank you!