The MU forums have moved to WordPress.org

I Renamed a fil by mistake (4 posts)

  1. joachim7inch
    Member
    Posted 17 years ago #

    Hello there...

    i renamed a file in my wordpress dir by mistake...

    wordpress mu is not running bacause of it...

    i got the code for the file its:

    RewriteEngine On
    RewriteBase /blog/

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    i really hope that somebody out there can help me out...

  2. joachim7inch
    Member
    Posted 17 years ago #

    Somebody helped me out the name of the file was:

    .htaccess

  3. andrea_r
    Moderator
    Posted 17 years ago #

    Just rename it back.

  4. joachim7inch
    Member
    Posted 17 years ago #

    Cool

About this Topic

  • Started 17 years ago by joachim7inch
  • Latest reply from joachim7inch