Welcome Guest, Not a member yet? Register   Sign In
Noob issues
#11

[eluser]TheFuzzy0ne[/eluser]
How are you building your URLs on the output page?
#12

[eluser]intension[/eluser]
Code:
<form action="<?php echo site_url("results/index/");?>" method="post">

Above is the particular code I would like to work. I think all the urls are written as site_url function calls.
#13

[eluser]TheFuzzy0ne[/eluser]
I'm lost... Surely you mean that you're getting 'http://localhost/index.php/results' not 'http://localhost/results/index.php' (index.php after). If that is the case, you need to set $config['index_page'] from "index.php" to "", in your config.php file.
#14

[eluser]tomcode[/eluser]
Have You checked in the config file the base_url setting ?

Maybe it is set to 'http://localhost/index.php'




Theme © iAndrew 2016 - Forum software by © MyBB