In the WP-Admin folder a .htaccess file is needed. Except I cannot create one. I tried to with notepad. When I uploaded it, it just disappeared. From another suggestion, I took a file that already existed on the server and copy it to the folder needed, then changed the name and it disappeared. The code that needs to exist in it is this, from what I'm told:
Now could the server be set to not accept this type of file? I have no idea why It just disappears each time I make one.Code:# BEGIN WordPress <IfModule mod_rewrite.c> ErrorDocument 404 /index.php?error=404 RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>




Reply With Quote



Bookmarks