• In my yahoo wordpress I can’t upload .htaccess because it’s invalid filename and no chance to upload it, so what is an alternative for this?

    Is php.ini can replace .htaccess?

    how to convert .htaccess to php.ini the code below?

    *********

    # BEGIN WordPress
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mod Rewrite rules cannot be updated!’ is closed to new replies.