saadipathaan
Forum Replies Created
-
I see, let me issue a ticket for that on their tech support.
Thanks a lot for all the help, really appreciated.
nope~ not still not working ~ put new .htaccess in wp-admin folder with this code;
# BEGIN WordPress
<ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule># END WordPress
still the same problem!! =(
oh sorry! lemme try that =)
I’ve deleted the old file and re-write the .htaccess file again – still the same problem. And yes, it’s path is mydomain.com/blog/.htaccess
I am having the same problem on my newly formed blog – here is the error which I am getting;
Not Acceptable
An appropriate representation of the requested resource /blog/wp-admin/options.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I searched the error on google and found that I need to edit .htaccess file and add the following code into it;
<ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule>so my blog’s .htaccess file looks like this;
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule><ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule># END WordPress
but still it does not resolves my problem~ I double checked the file in the specific directory it is there but still the same issue!!! ~ can anyone help me out over here??? =(
regards.