angeldazie
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Help Moving to Root directory!!Any other ideas? It will let me go to the admin page and enter in username and password and then it just redirects back to the homepage.
Forum: Networking WordPress
In reply to: Help Moving to Root directory!!Yeah, the site works fine, but I can’t login to the admin part. No one who is not an admin would know.
Forum: Networking WordPress
In reply to: Help Moving to Root directory!!Well, I might have lied here. I can’t login to the admin still, and if you just plain type the URL into the address bar it goes to the “beta” folder. If you do it again it will go to the main site. Help anyone??
Forum: Networking WordPress
In reply to: Help Moving to Root directory!!Ok, I got it. It was hard to find clear instructions on doing this. I have a wordpress 3.0 multisite with buddypress. So anyone else who has this question or issue arise…I did nothing in my dashboard as the “settings”>”general” didn’t give the URLS for me to change. I made two copies of my database in case I ruined one of them.:) Use this tool strip out or change the url, etc: https://spectacu.la/search-and-replace-for-wordpress-databases/
Make sure you have an .htaccess folder with this in it:
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]In the wp-config you can now change the $base to be “/” and the current path to be “/” instead of your other folder you are moving from.
Hope this helps someone!
Forum: Networking WordPress
In reply to: Help Moving to Root directory!!Well, somehow it’s all showing in the main: https://www.inframebride.com/
BUT, all of the pages return with a 404 error and it’ won’t let me view the dashboard. It takes me to the login page, but no further. I have this in the config right now. I’ve tried a few combos, so it only works if I leave the path to current site as being “beta”, which doesn’t seem right…:
define (‘WPLANG’, ”);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.inframebride.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/beta/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
define( ‘BP_SILENCE_THEME_NOTICE’, true );Forum: Networking WordPress
In reply to: DirectoryWould that work, OR should I do it all by groups through buddypress? So I would have a photographer who was a member of the group “Photographers” and a member of the “Michigan Photographers” and a member of “City Photographers”? The groups would then have to be by invite only and I would have a TON of them. It seems like it would be an easy way to filter though. I could just link to all the groups I create? What do you think is the best way to set it up??? It’s really only going to be for vendors right now, but if it expands in the future I’m not sure if all these private groups are going to cause an issue..? Suggestions?
Forum: Plugins
In reply to: Jquery easing conflict?Hi, I am running jQuery easing on my wordpress site:
https://www.kzoomweddings.com