alexvancina / libstats

Automatically exported from code.google.com/p/libstats
GNU General Public License v2.0
1 stars 1 forks source link

Installation Problem #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have installed libstats under [wwwroot]/libstats, but when I access index.php 
and redirected to

http://localhost/libstats/questionAddForm.do

Not Found
The requested URL /libstats/questionAddForm.do was not found on this server.
Apache/2.2.15 (CentOS) Server at localhost Port 80

The following is added to /libstats/.htaccess
RewriteEngine on 
RewriteBase /libstats/ 
RewriteRule .+\.do$ Controller.php 
DirectoryIndex index.php

And httpd.conf is updated.

Should I have have further setting?

Many thanks.

Original issue reported on code.google.com by joechow...@gmail.com on 28 Mar 2013 at 7:50