You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › WordPress Theme › Sara – WooCommerce WordPress Market Theme › Home page showing 404 error
Hi snstheme,
My homepage suddenly showing 404 Page…… 🙁
I try this code in .htaccess file but nothing work
# 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
You must be logged in to reply to this topic. Click here to login or register