wordpress q - redirection
wordpress q - redirection
- Started
- Last post
- 5 Responses
- to
hi coder,
i have this line:
$redirect_url = 'xyz.com';
instead of 'xyz.com' can i use a 'tag' like [host]?
cheers
- airey0
might help:
- airey0
i just googled 'wordpress $redirect_url' but no probs.
- thanx, metoo - but i did not understand most of the resultsto
- but you can explain me this:
<?php /** * Canonical API to handle WordPress Redirecting * * Based on " Permalink .... redirect_url ) $redirect_url = $requested_url; $paged_redirect ...
found at googleto - sorry man, i have no idea. thought in that forum you could at least ask the question?airey
- acescence0
if you want to redirect to the front page..
$redirect_url = get_option('siteurl');
is that what you want?
- to0
yes, i want to redirect to the front page...:)))