Jump to content

Recommended Posts

Posted

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? 

Posted

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. 

Posted

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. 

Posted

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>

Posted

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...