Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vdot35

    (@vdot35)

    I can upload by removing dot in htaccess but if i rename to .htaccess “Invalid filename”.

    Forum: Developing with WordPress
    In reply to: PHP 4

    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

Viewing 2 replies - 1 through 2 (of 2 total)