The source code for the current http://anonnews.org/ (AnonNews 2.0) The current rewrite, version 3.0, will live in a separate repository.
**_FOR THE USER HAVE SAME PROBLEM LIKE I DID, THE WAY SOLVE THIS IS BELOW**_ I've solve this by add below code in .htaccess ``` RewriteBase / RewriteCond /path/to/web/root/%{REQUEST_FILENAME} !-f RewriteCond /path/to/web/root/%{REQUEST_FILENAME} !-d RewriteRule ^ rewrite.php [PT] ``` --- My website, witch is locate at www.anontaiwan.org when I click FAQ/IRC/FORUM link, it will show 404 error, what should I do? I've already chmod -R 777 at rewrite.php it still not work, what should I do now? please help me...
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by p3nj and has received 5 comments.