| | |
Symfony MOdule redirection
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jul 2006
Posts: 197
Reputation:
Solved Threads: 5
Hi Friends
I am working on symfony project. This is new frame work for me. So Please clarify my doubt.
This is looklike community site. user able to create own sub domine. Public site have one login page ex(www.sample.com) individual user have one login page ex (www.vssp.sample.com).
How to seprate the login for public and user level?
I tried .htacces its not working . Please advice.
This Project have single controller. how to mange t wo category (public,user) .
Advance thanks for your reply.
Thanks
I am working on symfony project. This is new frame work for me. So Please clarify my doubt.
This is looklike community site. user able to create own sub domine. Public site have one login page ex(www.sample.com) individual user have one login page ex (www.vssp.sample.com).
How to seprate the login for public and user level?
I tried .htacces its not working . Please advice.
This Project have single controller. how to mange t wo category (public,user) .
Advance thanks for your reply.
Thanks
Thanks
VSSP
VSSP
Symfony redirects are done with
$action->forward('module', 'action'); OR $action->redirect('<route>'); . I'm not exactly sure what you're trying to accomplish. GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Jul 2006
Posts: 197
Reputation:
Solved Threads: 5
•
•
•
•
Symfony redirects are done with$action->forward('module', 'action');OR$action->redirect('<route>');. I'm not exactly sure what you're trying to accomplish.
This code use only inside the module. But I want to call the module different user . When i login user this goes to new page.
Please advise.
Thanks
VSSP
VSSP
In the app directory app/<app>/config/settings.yml there is a configuration for login_module and login_action. Modify the action to redirect the user to the other site.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
![]() |
Other Threads in the PHP Forum
- Previous Thread: Undestanding $_SESSION['nameofsession']
- Next Thread: PHP and XML Question
| Thread Tools | Search this Thread |
.htaccess alerts apache api archive array autocomplete beginner binary broken cakephp checkbox class cms code convert cron curl database dataentry date display duplicates dynamic echo email emptydisplayvalue error execute explodefunction file files firstoptioninphpdroplist folder form forms function functions google hack href htaccess html htmlspecialchars image include insert ip javasciptvalidation javascript joomla keywords limit link login mail matching menu methods mlm multiple mysql network object oop paypal pdf php problem query radio random recursion recursive redirect remote script search securephp server sessions shot sms source space sql subscription syntax system table tutorial tutorials update upload url validator variable video web youtube






