Hello All,
Is there any way to redirect default drupal login (http://www.mywebsite.com/user/login)url redirect using .htaccess file ?
Il 09/05/2011 07:11, Nikhil Kala ha scritto:
Hello All,
Is there any way to redirect default drupal login (http://www.mywebsite.com/user/login)url redirect using .htaccess file ?
Could you please be more specific? Do you want to redirect the users after they've logged in or do you just want to redirect that address for everybody?
There's a module that redirects users upon login, you can find it here:
http://drupal.org/project/login_destination
Davide Mirtillo wrote:
There's a module that redirects users upon login, you can find it here:
And http://drupal.org/project/logintoboggan
On Monday 09 May 2011 05:35 PM, Earnie Boyd wrote:
Davide Mirtillo wrote:
There's a module that redirects users upon login, you can find it here:
We want to redirect the user before login ie. as user type the default URL it gets redirected to other location. Above modules used after login redirect purpose.
Hi,
Anyone had any experiences of good modules for embedding rich media into either ckeditor or another html editor (tiny mce)?
Thanks,
R.
Nikhil Kala wrote:
On Monday 09 May 2011 05:35 PM, Earnie Boyd wrote:
Davide Mirtillo wrote:
There's a module that redirects users upon login, you can find it here:
We want to redirect the user before login ie. as user type the default URL it gets redirected to other location. Above modules used after login redirect purpose.
If you're using Apache, mod_rewrite comes to mind. Or you can create a custom module to execute a drupal_goto in an appropriate hook.
On Tuesday 10 May 2011 10:38 PM, Earnie Boyd wrote:
Nikhil Kala wrote:
On Monday 09 May 2011 05:35 PM, Earnie Boyd wrote:
Davide Mirtillo wrote:
There's a module that redirects users upon login, you can find it here:
We want to redirect the user before login ie. as user type the default URL it gets redirected to other location. Above modules used after login redirect purpose.
If you're using Apache, mod_rewrite comes to mind. Or you can create a custom module to execute a drupal_goto in an appropriate hook.
Just added a redirect rule in htaccess file and its sufficient.
Can you use path Redirect http://drupal.org/project/path_redirect. In this case you need to know what the URL user is going to type and the destination you want to choose.
On Tue, May 10, 2011 at 12:43 PM, Nikhil Kala writeme@nikhilkala.comwrote:
On Monday 09 May 2011 05:35 PM, Earnie Boyd wrote:
Davide Mirtillo wrote:
There's a module that redirects users upon login, you can find it here:
We want to redirect the user before login ie. as user type the default URL it gets redirected to other location. Above modules used after login redirect purpose.
-- Thanks, Nikhil Kala Blogs - http://www.nikhilkala.com Cell : +91-9822602183 | Skype - nikhilkaleus | Twitter - http://twitter.com/nikhilkala
-- [ Drupal support list | http://lists.drupal.org/ ]