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
Original issue reported on code.google.com by
joechow...@gmail.com
on 28 Mar 2013 at 7:50