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 7045719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:33:52+00:00 2026-05-28T02:33:52+00:00

I configured my /etc/apache/httpd.conf as said in the getting started tutorial : # Be

  • 0

I configured my /etc/apache/httpd.conf as said in the getting started tutorial :

# Be sure to only have this line once in your configuration
NameVirtualHost 127.0.0.1:8080

# This is the configuration for your project
Listen 127.0.0.1:8080

<VirtualHost 127.0.0.1:8080>
  DocumentRoot "/var/www/innobo/web"
  DirectoryIndex index.php
  <Directory "/var/www/innobo/web">
    AllowOverride All
    Allow from All
  </Directory>

  Alias /sf /var/www/symfony/data/web/sf
  <Directory "/var/www/symfony/data/web/sf">
    AllowOverride All
    Allow from All
  </Directory>
 Alias /uploads /var/www/innobo/web/uploads
  <Directory "/var/www/innobo/web/uploads">
    AllowOverride All
    Allow from All
  </Directory>
</VirtualHost>

I open localhost:8080 in web browser, it works fine. but when I try to open anything else like localhost:8080/poster , it throws a 404. And that’s not a 404 redirected by symfony, it’s the default one generated by apache! That means apache is not sending the request to my controller i.e. /var/www/innobo/web/index.php. I tried the same on another computer, it works fine. there the request reaches controller and everything works as expected. Where can the fault lie?

  • 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-28T02:33:53+00:00Added an answer on May 28, 2026 at 2:33 am

    If app.php/poster is working, this could depend by a setting in settings.yml (guessing you are working with secure mode in backend side):

    prod:
      .settings:
        no_script_name:         false
    

    If this is the problem, you have to change to true the no_script_name parameter.

    I hope this can help you.

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

Sidebar

Related Questions

I have configured the apache httpClient like so: HttpProtocolParams.setContentCharset(httpParameters, UTF-8); HttpProtocolParams.setHttpElementCharset(httpParameters, UTF-8); I also
I have configured my Django app to run under Apache+FastCGI on Linux (Ubuntu, if
I have web.py configured for my Apache server by installing flups. However when I
I often plug pre-configured lambdas into enumerable methods like 'map', 'select' etc. but the
I have a NAT configured to run when loading up my favorite Linux distribution
I have IIS6 configured such that browsing to http://localhost:8082/Reports gets me the reporting services
I have PHP configured so that magic quotes are on and register globals are
Ive configured Apache for Name-based Virtual Hosting but I can't seem to get a
How can Apache be rewriting URLs without mod_rewrite enabled or configured? I'm working on
I have this view which generates interface language options menu def lang_menu(request,language): lang_choices =

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.