Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] 404 when I click anything.
I recently changed my server and got on 000webhost. But now when I click on any thread or anything on my forum, it shows me 404 error
Website URL: http://projectgen.co.cc
Website URL: http://projectgen.co.cc
Tagged:
0
Best Answers
-
UnderDog MVP
I believe their is an issue with the htaccess:
What do you think is the issue with the .htaccess file?
Anything in the Apache Error logs?
There was an error rendering this rich post.
0 -
UnderDog MVPSomething else is wrong. You installed your forum in one directory and then you moved that forum to another directory (your root)
There was an error rendering this rich post.
0
Answers
Switching this to FALSE fixed the issue... But I really want this to be set on TRUE
Anyone?
# Original
# If you modify this file then change the above line to: # Modified
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
I am now running the forum on host root...
Anything in the Apache Error logs?
There was an error rendering this rich post.
Are you sure your .htaccess is used?
There was an error rendering this rich post.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
Thanks