how to convert .htaccess to php.ini
n my yahoo wordpress I can’t upload .htaccess, so what is an alternative for this?
Is php.ini could replace .htaccess?
how to convert .htaccess to php.ini the code below?
*********
Mod Rewrite rules cannot be updated!
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress