Hello, need help
I have an advanced user communities on my website i use user ultra lite as plugin. I have two types of users (roles):
-the subscribers
-The contributors
what I want is to redirect those users to different pages after login using user ultra lite form.
user ultra lite redirect a single user type (single role )
the problem, how to redirect these two types of users using
the same login form (that of user ultra lite) ?
This plugin doesn’t work with wp-cli, and also causes cron errors, if used with a wp-config.php file that in turn includes another file. E.g. if you store additional settings in a separate config file, like wp-settings.php, and use a statement like require_once(‘wp-settings.php’); in your wp-config file, then things start to fail.
Errors look like:
PHP Fatal error: Cannot redeclare wp_unregister_GLOBALS() (previously declared in /srv/mysite.com/www/wp-includes/load.php:19) in /srv/mysite.com/www/wp-includes/load.php on line 33
Fatal error: Cannot redeclare wp_unregister_GLOBALS() (previously declared in /srv/mysite.com/www/wp-includes/load.php:19) in /srv/mysite.com/www/wp-includes/load.php on line 33
Recommend using the ‘redirection’ plugin instead of this ‘redirect’ plugin. Different plugins; different maintainers.
]]>Hello,
Build a site in WordPress and have a few password Protected pages. Before I set up domain forwarding to my site, all the password protected pages were working fine, but now I can’t get into my protected pages. How can I keep my pages protected even though my site is the recipient of domain forwarding?
]]>Plugin untestable – throws exception on activation. Incompatible with WP3.5.
]]>Description:
Two wordpress installations on same Windows IIS server.
One installation is an old blog.
We call it “OLD”.
The other is a newer site. We call it “NEW”
But there′s a problem.
We want to keep the old stuff (all the posts on OLD) and redirect each old post to its corresponding post in NEW.
The permalink structure of a typical OLD post is:
https://example.com/OLD/index.php/really-ancient-history/
The permalink structure of that same post in the NEW wordpress installation is:
https://example.com/NEW/index.php/OLDSTUFF/really-ancient-history/
See, we gave the old posts their own category subfolder (OLDSTUFF) in the new installation.
Now for all that horrible .htaccess BS rewrite, redirect, regexp (??? = confusing goobldygook).
To give new WP its own directory and behave as it it were in the ROOT, we followed the instructions (codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory)
That works fine. WP does the business for us lazy folks and kindly tells us to put this .htaccess in the ROOT (https://www.example.com/)
# BEGIN WordPress
# <IfModule mod_rewrite.c>
RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 200
RewriteBase /NEW/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# </IfModule>
# END WordPress
Nice.
But now we are lost with the next bit. How to redirect all that OLD content.
I admit i started reading some posts here but the instructions seem confusing and make big leaps and assumptions that you know what all that goobbledygook means.
So can we have some answer for lazy regular folks who don′t speak the lingo?
Het WP – how about a page of examples with nice copy paste code for DUMMIES?
Thanks.
]]>Hi,
When I enter a source URL it is automatically being reduced to a single “/”. Resulting in the the entire set being redirected, not just the URL I intend. Is this a bug, or am I doing something wrong?
Please help.
]]>Hi,
I’m looking for a solution that will redirect some of my posts to their category archieves page…
The thing is that I cannot go over few hundreds of posts and edit post by post redirection. (but I can add custom field to desired ones)
I believe this cloud be achieved if this or any similar plugin could get the category of the current post with specific value entered in “redirect” custom field like “%category” and redirect to category url.
It could also be extended and set to get urls of “%date” or “%author” archive pages for selected post…
I would appreciate any help..
Thanks!
]]>I have a client who wants new website with different URL, and redirect traffic from her old site to the new one. But she only wants to transfer about half of her blog posts.
I can do a simple 301 redirect in .htaccess file for her old site, but I’d assume that will result in bunch of 404 errors if page and post slugs don’t match perfectly. Ideally, I’d like to set up a 301 redirect for all her site, but redirect to the front page of the new site if slugs don’t match. Is this possible to implement fairly simply?
I see that there are number of plugins for rediretion, but does anyone recommend one from the others?
Thanks in advance.
]]>Hi there
I’m struggling to get my head round the .htaccess redirects needed to merge multiple old wordpress sites to one new one.
Here’s an idea of what I’m trying to do:
Redirect the homepage of oldsite1.com to newsite.com/oldsite1 and oldsite2.com to newsite.com/oldsite2 etc.
Redirect all posts, categories, tags etc from all the old domains to the new domain preserving the existing permalink structure, e.g. oldsite1.com/2012/06/20/post to newsite.com/2012/06/20/post.
Does that make sense and is it possible?
Thanks
]]>It doesn’t work.
You cannot activate it due to call to undefined file.
The developer includes a direct link to wp-config.php
at the domain root, which is fine if your URL and WPURL are the same, but if they’re not it breaks with file not found error. So if your URL is site.com
but WP is installed at site.com/wp/
it will break because it’s looking for [server root]/wp-config.php
rather than [server root]/wp/wp-config.php
.
Warning: require_once(C:\\inetpub\\wwwroot/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\linguavaportal\wp-content\plugins\redirect\redirect.php on line 16
]]>Plugin could not be activated because it triggered a fatal error.
Warning: require_once(/home/xyz/public_html/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home/xyz/public_html/site/wp-content/plugins/redirect/redirect.php on line 16
Fatal error: require_once() [function.require]: Failed opening required ‘/home/xyz/public_html/wp-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xyz/public_html/site/wp-content/plugins/redirect/redirect.php on line 16
]]>Warning: require_once(/home2/thediffe/public_html/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home2/thediffe/public_html/new/wp-content/plugins/redirect/redirect.php on line 16
Getting error no matter what I try!
]]>the redirect plugin fails to activate with a file not found error
]]>The plug-in assumes wordpress is installed at document root of the website. This is not always the case.
]]>