Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Jan Reidar Storelvmo Posted 16 hours ago Posted 16 hours ago Hello, I recently purchased a new Classic license (self-hosted) for https://flightsim.no. However, the old forum was located at flightsim.no/forum so I had to move the forum to the root domain at flightsim.no. I also updated the config file with the correct address etc and cleared the cache in the Invision admin panel. Everything went well and the forum seems to work, but it's not possible to start new posts or upload files. When trying to add a new post, I get an error saying the page I'm trying to access is temporarily down or permanently moved to a new address. When trying to upload files (images) to a new post, I get an error code 200 popup. Any ideas how to fix this?
Jim M Posted 13 hours ago Posted 13 hours ago As you moved the folder location of your community to root, you will want to download a new .htaccess for rewritten URLs in ACP > System > Search Engine Optimization > Rewritten URLs.
Jan Reidar Storelvmo Posted 12 hours ago Author Posted 12 hours ago I've already done that and also cleared the cache afterwards. Did it again now, but still the same. I cannot make any new posts, neither can I upload files in a post. Other than that everything seems to work fine. Seems like I can reply to posts, but not make new ones. Also, file upload works fine when REPLYING a other existing posts. But, I cannot make new posts or upload image files in them.
Jan Reidar Storelvmo Posted 2 hours ago Author Posted 2 hours ago This is what my .htaccess file contains: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Marc Posted 2 hours ago Posted 2 hours ago You would then need to check your server error logs to see what is being logged. A -200 error means there was an issue with uploading to the server
Recommended Posts