Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7398355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T03:51:35+00:00 2026-05-29T03:51:35+00:00

I recently started using Silex. I have been grouping certain functionality of my application

  • 0

I recently started using Silex. I have been grouping certain functionality of my application in a separate ControllerProviderInterace (such as putting login and register together).

My issue is that these ControllerProviders are ‘mounted’ under a sub-url, such as:

$app->mount('/account', new Controller\Account() );

How would I ‘alias’, rewrite, or map certain urls to other urls. For instance, I would like the following mapping:

/login -> /account/login
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T03:51:36+00:00Added an answer on May 29, 2026 at 3:51 am

    You could do something like this:

    use Symfony\Component\HttpFoundation\Request;
    use Symfony\Component\HttpKernel\HttpKernelInterface;
    
    $app->match('/login', function (Request $request) use ($app) {
        $subRequest = $request->duplicate(null, null, null, null, null, array('REQUEST_URI' => '/account/login'));
        return $app->handle($subRequest, HttpKernelInterface::SUB_REQUEST);
    });
    

    I haven’t actually tested this, so you may have to adjust it. But that’s the approach I would take. Basically a forwarding controller.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We recently started using Eclipse to develop our java application and have been running
I recently started using Eclipse at work for my Java servlet projects. I've been
I have recently started using Vim as my text editor and am currently working
I have recently started using the Rackspace Cloudfiles CDN (Limelight), about which I have
I have recently started using the excellent Texter . I wanted to set up
I have recently started using ReSharper which is a fantastic tool. Today I came
I have recently started using doc-view in Emacs, but I am having quite a
I recently started using Eclipse IDE and have read at a number of places
I've recently started using Gradle and replacing my existing Maven-based projects. I have had
I have recently started using PlayN for a hobby project and has now stumbled

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.