Hello. So i’m working on a custom pilot center using Action.php to avoid the java scripts and junk from my current theme. Anyway, im setting up the pages, for example, my flight bids. Theres the following code in there:
<td><a href="<?php echo url('/pireps/filepirep/'.$bid->bidid);?>">File PIREP</a><br />
When i have http://localhost/site/action.php/schedules/bids open and you click on “File PIREP” it takes me back to Index.php. It needs to go to action.php. How would i change the above code to go to action.php rather than “URL” which goes to Index?