In my yahoo wordpress I can't upload .htaccess, so what is an alternative for this?
Is php.ini could replace .htaccess?
howw to convert .htaccess to php.ini the code below?
*********
Mod Rewrite rules cannot be updated!
You must have BEGIN and END markers in /blog/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
WARNING! /blog/ is writable. Please make it readonly after your page is generated as this is a security risk.
******************
thanks