Viewing 1 replies (of 1 total)
  • Thread Starter ruauu2

    (@ruauu2)

    The site is: https://mvuuf.org/search/

    A possible clue: When I first moved all the files, I did not move the htaccess file because it was hidden and I did not know it was there.

    I then copied everything back to the original location, and renamed the directory.

    This is what is in the htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /search/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /search/index.php [L]
    </IfModule>

    # END WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘Moved WP files to another directory – now no styling…’ is closed to new replies.