thakur633
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Review Slider] not movingHi,
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.
Forum: Networking WordPress
In reply to: This webpage has a redirect loop Reloadthis 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
Forum: Networking WordPress
In reply to: This webpage has a redirect loop ReloadI 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.Forum: Networking WordPress
In reply to: This webpage has a redirect loop ReloadEdited .htaccess and wpconfig file but it didnt work
Forum: Networking WordPress
In reply to: This webpage has a redirect loop ReloadThanks 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)