"HTTP Redirection" – the process by which a request for one URL is automatically replaced by a request for a different, usually related, URL.

learn more… | top users | synonyms (1)

0
votes
1answer
5 views

How to send “Location” header on plugin form submit event?

How to redirect to specified page after form was submitted? Warning: Cannot modify header information - headers already sent by (output started at wordpress\wp-admin\menu-header.php:94) in ...
0
votes
1answer
17 views

Too Many Redirects - WP-Admin Only

I have a couple of sites on a shared hosting server. The sites load just fine, and everything appears to work, including local links. The only thing that isn't working is that the entire wp-admin ...
0
votes
1answer
20 views

forward domain name to particular page?

I;ve got a doman alias setup for one of my Wordpress sites and i'm trying to forward that particular domain to a page. The 2 domains are - www.alias.com www.actual.com When people use the ...
0
votes
0answers
7 views

WordPress Multi Site strange redirect on MAIN site

I am using a plugin which allows for multiple TLD's with WordPress multi-site. (WordPress MU Domain Mapping) No idea if this is a conflicting issue or not. Doubtfut, but thought I would throw it out ...
0
votes
0answers
22 views

WP Logs me out after updating anything on dashboard

Not sure what is going on here but my live site kicks the admin out every time they change something in the dasboard. For instance when an admin updates a page the url looks like ...
0
votes
0answers
11 views

Redirect url in plugin to somewhere else?

I am using WP-SNAP Extended! v1.0.0 and I want to use this alphabetical menu as a sub-menu beneath my header. I managed to get the alphabetical menu in place, but now, if I click on a letter, it will ...
0
votes
0answers
11 views

How can I redirect an address starting with #! [migrated]

I have a new wordpress site instead of my old Wix one. in the old one there were page addresses like http://example.com/#!contact/ct07/ in the new one this page resides under ...
2
votes
2answers
32 views

Redirect After Delete User in Backend

How do I redirect to a certain page after user deletion? For demonstration purpose, let's say I want to redirect to the dashboard on user subscriber deletion. This is what I have tried so far: ...
-2
votes
0answers
15 views

Htaccess redirect for Wordpress groups [closed]

I want to redirect http://www.mydomain.com/group/keyword/ to http://www.mydomain.com/portfolio/keyword/ Any help would be greatly appreciated :)
0
votes
1answer
32 views

WooCommerce checkout gateway creating redirect loop

I have set up PayPal as my payment gateway for WooCommerce, do not have an SSL certificate, and am not forcing SSL. Checkout and payment are set to go to the checkout page. When I try to test the ...
0
votes
0answers
29 views

Searching redirects to the home page

I ve seen similar topics but didn't help me or I just didn't understand. So I have a multisite installation (using subdomains), including two simple wordpress installation and one buddypress ...
1
vote
1answer
22 views

Permalink redirection from 'Day and name' to 'Post name'

In my blog, I used the Day and name permalink structure for many days. Recently I came to know the SEO tips and made the permalink structure to Post name. So I migrated from: ...
0
votes
3answers
52 views

Redirect user after login/registration globally

How it possible to redirect all users, even administrators after login to specific page? And also redirect users after successful registration? Any simplest way? For example I want to redirect users ...
1
vote
1answer
57 views

WP Login forms action URLs displayed as pretty URLs in browser (ex with Restore Password)

I would like to use the WP native login/register/restore password/.. functionality, but display pretty URLs instead of wp-login.php I've been looking at the core code and noticed that most login ...
1
vote
0answers
104 views

Custom Registration page - prevent redirect to wp-login.php?action=register

I already have a custom login from built with the following code: add_action('login_redirect', 'jwh_redirect_login', 10, 3); function jwh_redirect_login($redirect_to, $url, $user) { $url = ...
0
votes
1answer
30 views

Development (multi)site indexed - recommendations to redirect 301 to correct url?

Have just finished working on a dev site and the live site has been launched (on a different server/url) - unfortunately, Google bots were very efficient and have inadvertently indexed the dev site ...
0
votes
0answers
17 views

Redirect registration=disabled page

I need users who land on this page... http://subdomain.example.com/temp/wp-login.php?registration=disabled To be redirected to http://subdomain.example.com/temp/register I am using multi-site so I ...
0
votes
0answers
9 views

redirect on first_time login [duplicate]

So I created a custom front end profile ala this wp-answer. Now I have made a custom register page using Theme My Login, which serves its purpose of saving data and such. Now what I want to do is on ...
1
vote
1answer
32 views

Redirect after password update

A client gave a WP page to fix some problems. Specifically, there was a front end profile page that was not updating information as it was meant to. After I started testing, it all updates, but if you ...
0
votes
3answers
57 views

Setting a redirect cookie in wordpress

I've been searching on the net for a solution to my problem all day, but I can't make sense of anything I see, since I know absolutely NOTHING about coding. What I'd like to do: I'd like to set a ...
0
votes
0answers
19 views

Moving current main site of Multisite to sub site with SEO

I have a WordPress Multisite (www.example.com) which is currently the main site is containing more than 500 posts and got some traffic for daily SEO. Now I need to: Move my current posts (for all) ...
1
vote
1answer
20 views

Multiple URLS per post non-ascii

I am looking for some best practice / practical advise on a particular URL use case. I am finding myself using a lot of non-ASCII characters in my URLs. This doesn't really make it easy for users of ...
1
vote
1answer
32 views

3 blogs same installation, without WP MU

I've to create 3 blogs (different DOMAINS) on the same wordpress installation (I cannot use WP MU, unfortunately) so I came out with the idea that I could use categories, instead, so... every blog has ...
0
votes
1answer
105 views

Google PageSpeed: Avoid landing page redirects?

I am getting the following notice from Google PageSpeed: Avoid landing page redirects To speed up page load times for visitors of your site, remove as many landing page redirections as possible, and ...
0
votes
0answers
32 views

Registration Fail Redirect Problem

We use two registration links allowing users to register for different roles: /wp-login.php?action=register&utype=subscriber /wp-login.php?action=register&utype=contributer The subscriber ...
0
votes
0answers
143 views

Redirect user to a custom url after submitting a custom form using wp-comments-post.php

I am trying to make it so that a user is redirected to a confirmation page upon submission of a review... not a comment. This is the form I'm using: <form id="add-review-form" action="<?php ...
-1
votes
1answer
23 views

Can I redirect the http request towards an old folder to the homepage using .htaccess file? [closed]

I am in the following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). Due to some problems I deleted it and moved the site over to ...
0
votes
1answer
16 views

Why is this page using the homepage template and not the one it should?

One of my clients has installed a theme where when a visitor enters their username and email to register as a new user they get shown a link to download a custom report file. This was working fine ...
0
votes
0answers
52 views

Stripping queries on Wordpress using .htaccess

I recently moved my blog from Movable Type to Wordpress. My permalink structure is mywebsite/category_name/entryname.php Movable Type paginated by adding a query to the index page. For eg - ...
2
votes
2answers
115 views

Catch 404 after changing permalink structure from /%postname%/ to /%category%/%postname%/

I made a site some time ago and after some days some posts were indexed by search engines. Today I changed the permalink structure from /%postname%/ to /%category%/%postname%/. After that, when ...
0
votes
1answer
49 views

Redirecting users to referrer page after logging in using custom login form

I am using a custom wordpress login form using the following code. I have this form in the sidebar of my site: <?php if ( ! is_user_logged_in() ) { // Display WordPress login form: $args = ...
0
votes
0answers
34 views

Wordpress all pages intermittently 302 redirecting to themselves

All of the pages on my site http://www.inner-geek.com are 302 redirecting to themselves. However this is intermittent as its flicks between a 302 response to a 200 response. It's running on wordpress ...
0
votes
0answers
33 views

Wordpress redirect after update profile not saving?

Im using the following code to redirect a user after they update their profile but its not saving any changes that are made (including custom user meta fields).. Any clues? Thanks! add_action( ...
0
votes
2answers
64 views

Redirect authors from upload.php url to Home page in Multisite

I would like to redirect authors when they visit the URL mynetwork.com/OWNBLOG/wp-admin/upload.php to another page. How can I do that? I tried this code but i received this error : "Warning: ...
0
votes
2answers
58 views

I don't need 'view' page for my custom taxonomy

I have a custom post type with a custom taxonomy. I don't link to the taxonomy on the page but from the admin anyone can visit the taxonomy/term url and the unstyled list page will be visible. How can ...
0
votes
0answers
36 views

Redirect with message

For a plugin I'm currently developing, I have a custom form. The user can fill in the form and submit. The way I want the form submission to work is: Submit form -> validate data ---> success? ...
0
votes
0answers
49 views

Is redirection possible without WP permalink nor plugin?

I have to set a new version a site (which wasn't made with WP), and i need to 301 redirect my old pages for obvious SEO purpose. At the moment i have issues with my WP permalink rewriting, since i ...
0
votes
0answers
49 views

Problem with adding rewrite rules when using permalink redirection

When you change the post_name of a post, WordPress keeps the old post_name in the posts_meta table as wp_old_slug linked to the same post_id so the redirect from the old permalink to the new works ...
0
votes
0answers
65 views

HTTP Code 302 on Google Webmaster tool

I'm running a wordpress blog. My blog is very young. It's online since a couple of months. My host is godaddy. I'm not a SEO expert. Recently I noticed that on my webmaster tools (from google) there ...
0
votes
0answers
61 views

404 Error For Home Page After Activating W3 Total Cache

I have activated w3 total cache plugin on my blog and ever since my home page is being redirected to http://www.example.com/wp-content/cache/page_enhanced/www.example.com/_index previously I have ...
0
votes
0answers
24 views

Block Contributors from admin EXCEPT allow delete posts from front-end

I have a site with some front-end post creation and editing capability for Contributors. I would like to block all non-admins from the admin, but allow them to delete posts via links created via ...
2
votes
1answer
66 views

Disable Wordpress URL auto complete

I recently noticed that Wordpress tries to auto-complete a URL when it's not submitted in its entirety. E.g. I have a post URL that looks like this: http://www.mysite.com/some-post-title If I ...
-1
votes
1answer
38 views

website is sending people to wrong address

I'm having trouble with my website. I tried to log-in one day and I found myself being pointed to a completely different website/blog. My dashboard link automatically redirects and I have no idea ...
1
vote
4answers
161 views

How to force a 404 on WordPress

I need to force a 404 on some posts based on conditions. I managed to do it ( although I don't know if I did it the right way) and I'm a getting my 404.php template to load as expected. My code: ...
0
votes
1answer
36 views

Rewrite vs Redirect from ?p={ID}

WordPress does a 301 from http://example.com/?p=100 to http://example.com/post-title/, but I thought a URL rewrite was different from a redirect and therefore this wouldn't result in a 301. Can ...
1
vote
1answer
99 views

multisite htaccess 301 redirects

I've got a multisite sub-domain install with 3 sites on it. 2 of the sites use domain mapping. The main site (id=1) requires several 301's that are old pages from a previous structure such as: ...
0
votes
0answers
104 views

Redirect from one url to another. Qtranslate and search engine problem

I've changed my qtranslate configuration. I access to the english version now with: http://en.mydomain.com/news/this-is-a-post In search engines I have my pages indexed with this structure: ...
0
votes
1answer
45 views

Redirect page to first post in custom post type

I have a page, let's called it "Artists", that displays a list of posts in a custom post type, again "artists". How can I redirect pepole who visit the Artists page to the first post in the "artists" ...
1
vote
0answers
36 views

Change base URL of pages created by certain users

Currently on wordpress all pages are created under the base URL (example.com/{PAGE}). Currently I am aware you can change the permalink of posts to example.com/{author}/{POST} but can this also be ...
-1
votes
1answer
62 views

Wordpress Redirecting Form Action to Home Page

Why does wordpress redirect to the home page after submitting a form? How can I make wordpress call the right page in the form action?

1 2 3 4 5 9