I have setup virtualhost on my local machine at home.
I have created a codeigniter setup, which has modules. The main index.php page works, but when I try to get to my module it is not found.
So this works: local.mysite, but this doesn’t: local.mysite/module
What do I need to change in my vhost file to get this working?
hmm
try using
You can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the “negative” method in which everything is redirected except the specified items