Yea i just saw that WordPress had actually wrote it with the command you just posted. I still get 404ed though.
it still does not work. I have even changed the permissions to the file to 777 and entered this rewrite:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
The file is there inside where all the wordpress files are but it keeps telling me that wordpress can not write to it