Forum Replies Created

Viewing 4 replies - 91 through 94 (of 94 total)
  • Thread Starter fisherofer

    (@fisherofer)

    i try this option in the last H

    i just C&P into this post
    wp-config.php

    define(‘WP_DEBUG’, false);

    define(‘WP_ALLOW_MULTISITE’, true);
    define(‘WP_HOME’,’https://webvision.co.il’);
    define(‘WP_SITEURL’,’https://webvision.co.il’);

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘webvision.co.il’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );
    define(‘RELOCATE’,true);

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

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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]

    # END WordPress

    and i saved my permalinks

    and its stay
    https://blog.webvision.co.il/blog/2010/10/20/sample-post/

    i dont know what to do

    Forum: Plugins
    In reply to: ads in wpmu 3
    Thread Starter fisherofer

    (@fisherofer)

    please help

    Forum: Fixing WordPress
    In reply to: CHMOD
    Thread Starter fisherofer

    (@fisherofer)

    can i find a topic that may help me to know what to define to any folder

    Forum: Fixing WordPress
    In reply to: CHMOD
    Thread Starter fisherofer

    (@fisherofer)

    all of them ?
    i can update any plugin and i know its related to permission
    and i set it to 755 from day 1

Viewing 4 replies - 91 through 94 (of 94 total)