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

  • Home
  • SEARCH
  • 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 6657515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:46:40+00:00 2026-05-26T01:46:40+00:00

While building a project and linking the pages together within that project, It has

  • 0

While building a project and linking the pages together within that project, It has come to my attention that to link things together, I have to set the path as follows :

/projectname/public/controllername

Now when I move this from my local machine across to a live site, I ideally dont need or want the /projectname/public paths to display. Or have to go through and clear them from the application.

This is going to be quite an issue, particularly with forms where the action is set to “/projectname/public/controller/action”

Does anyone know what is best to replace the first parts of my links with? Or am I looking at .htaccess to cover this

Thanks in advance.

  • 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-26T01:46:40+00:00Added an answer on May 26, 2026 at 1:46 am

    You should be using the Url and BaseUrl helpers for all internal controller URLS and static asset (images, JS, etc) URLs respectively.

    For example

    <!-- Link to controller "Foo", action "bar" -->
    <a href="<?php echo $this->url(array(
        'controller' => 'foo',
        'action'     => 'bar',
        'param'      => 'value')) ?>">Go to FooController::barAction()</a>
    
    <img src="<?php echo $this->baseUrl('images/baz.png') ?>">
    

    Example layout file entry using the headLink helper…

    <?php echo $this->headLink($this->baseUrl('css/stylesheet.css')) ?>
    

    Using these helpers makes your application portable.

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

Sidebar

Related Questions

Guys, I wanted generate the pmd report while building the project so I have
I was doing my academic project and while building and testing i have put
Where to Add a folder in .net solution so that while building the project
While building the project, the console shows that the source packages were compiled(the one
While building several different projects in QtCreator, I have run across the following build
I have done simple java app for blackberry, while building am getting following error.
I am building a multithreaded system that works like this: While there are entities:
I have been building a game for a while (nearly done) - But the
While building my web project from Eclipse , everything is fine: no errors, no
This IS NOT a Homework question! While building my current student database project I

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.