![]() |
|
[Bug] Page redirect on d-thinker.org seems not working - Printable Version +- Technology and Beyond (TaB) (http://tab.d-thinker.org) +-- Forum: Data Thinker (/forumdisplay.php?fid=896) +--- Forum: Resources (/forumdisplay.php?fid=211) +---- Forum: Completed work (/forumdisplay.php?fid=275) +---- Thread: [Bug] Page redirect on d-thinker.org seems not working (/showthread.php?tid=2963) |
[Bug] Page redirect on d-thinker.org seems not working - zma - 12-26-2014 10:41 AM http://d-thinker.org/doc/configuration-manual.html should be redirected to http://d-thinker.org/doc/configuration_manual.html However, it fails to do so. RE: [Bug] Page redirect on d-thinker.org seems not working - zma - 12-26-2014 11:03 AM Found the problem and get it fixed: In /etc/httpd.conf Set AllowOverride All for the root web directory. |