Hey :)
Yes it does and appears identical, copy and paste from it below.
# 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]...
Hello,
I created my website using WordPress. (swop.x10host.com).
My website was working fine for a few weeks but not it will not load. I have not made any changes to it since it was working normally.
I have checked my htaccess folder and seems fine.
Thanks