Welcome Guest, Not a member yet? Register   Sign In
Codeigniter and Wamp, showing WAMP5 homepage instead of index.php removal
#1

[eluser]viisik[/eluser]
As a beginner would like to ask what could be wrong with the Codeigniter mod_rewrite if the index.php removal from the URL-s does not work

codeigniter is installed on C:\wamp\www\ci

"http://localhost/index.php"
and
"http://localhost/ci/index.php"

both show the Welcome page of codeigniter fine


2) however - "http://localhost/ci/welcome"

shows all the WAMP5 homepage is displayed instead , showing links to all projects folders , not just /ci/ project

if choosing the /ci/ folder from there - the URL changes to

"http://localhost/ci/ci" - displaying the same WAMP5 home page with all folders listed, not just /ci/ project
#2

[eluser]Jeffrey Lasut[/eluser]
You need to configure apache and create a alias to the correct directory of your project.
The removal of the index.php, you need to configure rewrite_module to accept the .htaccess scripts.




Theme © iAndrew 2016 - Forum software by © MyBB