• I’m getting this error when trying to install the setup:

    Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/loumaph140/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/loumaph140/domains/thyraxx.biz/public_html/wp-admin/includes/misc.php on line 170

    .htaccess:

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

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

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

    (@thyraxx)

    I managed to solve the problem with th misc.php and deleted the whole Network Setup and installed again. But now I’m getting an redirect error from the .htaccess file making it not able to login and finish the process. I’m not that familiar with .htaccess. Any suggestions?

Viewing 1 replies (of 1 total)

The topic ‘Error setting up a Mutlisite’ is closed to new replies.