Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    I am also getting the same issue. Everything works except the slider stays on the first and does not move automatically. Please need help to fix that.
    I need help for the website http://www.lifocuz.com

    • This reply was modified 8 years, 7 months ago by thakur633.
    Thread Starter thakur633

    (@thakur633)

    this is my .htaccess file

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    #upload 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]

    This is my whole multisite section in wp-config file

    define('WP_DEBUG', false);
    define( 'WP_ALLOW_MULTISITE', true );
    define('MULTISITE', true);
    define('VHOST', 'no');
    $base = '/';
    
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'conclusion.co.nf');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    define('ADMIN_COOKIE_PATH', '/');
    
    define('COOKIE_DOMAIN', '');
    
    define('COOKIEPATH', '');
    
    define('SITECOOKIEPATH', '');

    My url is conclusion.co.nf

    Thread Starter thakur633

    (@thakur633)

    I do not know what the problem is but after edited my .htaccess and wp.config file and deleted cookies.
    I got this error
    “This webpage has redirect loop”
    Also i am not able to see my wp-admin login on this site.

    Thread Starter thakur633

    (@thakur633)

    Edited .htaccess and wpconfig file but it didnt work

    Thread Starter thakur633

    (@thakur633)

    Thanks Mike

    But I tried this also it does not work. Do you have any other alternate. Please let me know.

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