• My WordPress is not working, is it because of the htaccess. I edit it and changed my wordpress multisite from sudirectory to subdomain.

    Here’s my htacces:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]
    # END WordPress

  • The topic ‘htaccess SHORT QUESTION’ is closed to new replies.