AVManager
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can't log inSorry I copy pasted. If I don’t switch it to ‘false’ I get redirected to avpawn-temp.com
Forum: Networking WordPress
In reply to: Can't log in@trungphung: I’m not quite sure what you’re asking me to do.
@ipstenu: Yes, I did delete all cookies. Hearing something is new is never any good. haha. My multisite rules are as follows:
/* Multisite */ define('MULTISITE', false); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.avpawn.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Forum: Networking WordPress
In reply to: Can't log inI tried disabling plugins. Didn’t work. It’ll only let me login if multisite is set to false. And every time I try to go to my wordpress admin login page, I get redirected to avpawn-temp.com and get a message saying that the page can’t be found. I don’t know why I’m being redirected there.
Forum: Networking WordPress
In reply to: Can't log inI added the multisite snippet right above “That’s all…”
As far as .htaccess file:
# BEGIN WordPress <IfModule mod_rewrite.c> 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] </IfModule> # END WordPressheres the page.
avpawn.com/test-page