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.
I changed to a VPS and got "page not found"
mauwiks
New
I recently moved over my forum into a VPS w/ cPanel. I could not say further details because my provider did all the migration stuff. What I haven't noticed is the some of the settings or plugin settings like "feed discussion plus" returns an error such as "page not found" when I tried to click its settings.
Another thing, when I tried to go over to mydomain.com/dba/counts (https://kindtechgroup.net/forum/dba/counts) - it returns nothing. Sometimes returns a 404 or just refreshes the page.
I already cleared my cache folder but it didn't work.
Did you guys have experienced this kind of error? Please let me know. Thanks
0
Comments
Clearing cache would have been my first guess...
Check the line
RewriteBase
in your .htaccess file. Since you are running your forum in a sub folder, it should readRewriteBase /forum
Please enlighten me. I'm not a developer.
Below is my .htaccess file
Original
If you modify this file then change the above line to: # Modified
RewriteEngine On
Header set Cache-Control "max-age=315360000"
Header set Expires "31 December 2037 23:59:59 GMT"
As an example, the # at the start of line 6 means that line is commented out - not processed.
IF your Vanilla files are in a sub-folder called forum, then that line should be uncommented by removing the #
Thanks! Will see it through
Same. It returns page not found to some settings like security in the dashboard
Can I disable the .htaccess file and reset a new one?
I've seen an error_log within my subdirectory. PM Sent @whu606 @R_J
The error reads like that:
PHP Fatal error: Uncaught Exception: Requires POST in /public_html/forum/applications/dashboard/controllers/class.profilecontroller.php
Most if not all of the settings require that you use the http POST method, not GET, to interact with them, that's the technical background.
If you simply click on those links, everything is okay, but if you open them in a new browser window/tab, the action will fail with the above error.