Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • thanks silviog but yet its not working 🙁

    guys someone delete my post rather helping me unbelievable, I cant access multisite network admin can someone help me in this regard
    will be thank full below is my htaccess

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

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

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

Viewing 2 replies - 1 through 2 (of 2 total)