Welcome Guest, Not a member yet? Register   Sign In
.htaccess on wamp instead lamp
#11

[eluser]mradlmaier[/eluser]
I found a pretty simple workaround for that problem, which i can live with because the wamp server is only a development environment, and not for production.

I removed url rewriting and set

Code:
$config['index_page'] = "index.php";

$config['uri_protocol']    = "AUTO";


instead of

Code:
$config['index_page'] = "";

$config['uri_protocol']    = "REQUEST_URI";

That does not solve or explain anything, but for development and testing on wamp it works...

Michael




Theme © iAndrew 2016 - Forum software by © MyBB