• I uploaded an old .htaccess file to my server and the website is down.

    The content:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?vonbuchwald.com$
    RewriteRule ^(/)?$ wordpress [L]
    RedirectMatch permanent /blog/wordpress/(.*) /wordpress/$
    # BEGIN WordPress
    
    # END WordPress

    WP is installed in the folder: /wordpress/ – I want it to say: https://www.vonbuchwald.com

    I tried removing “/blog”, placing the code between the #BEGIN and #END tags, but it didn’t help.

    What should the file say?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘.htaccess crashed my site, please help’ is closed to new replies.