okay, but my site is still blank. Aren’t there any file that wpfc created in other directories that could be causing it?
Thanks for your reply Mr Vona. I checked my .htaccess in my publichtml directory and this is what was written in there:
# 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
is there anything I should change?
Thanks Steve. Really appreciate the help