Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 27, 20214 yr current in application 'forums' is the default application, but i wanna use my own .html as the default landing page. I know that the domain domain default page will auto visit to the default application page. How can i change it to my own .html
January 27, 20214 yr There are two approaches which I think you could take: 1) Purchase the Pages app and make that the default app for the suite. Replicate your HTML page there. Your forums will be found at site.com/forums. 2) Move your installation of Invision Community from site.com to site.com/forums. That leaves site.com free for whatever you want to put there. Bear in mind that if you purchase further apps, they'll also be at site.com/forums, so you'll get site.com/forums/gallery, etc, rather than site.com/gallery if you take this approach.
January 27, 20214 yr Another option! 3) If you don't like the option in #2, use rewrite rules to serve your home page for requests made to the root of your domain, and send everything else to IPS.
January 28, 20214 yr 18 hours ago, Paul E. said: Another option! 3) If you don't like the option in #2, use rewrite rules to serve your home page for requests made to the root of your domain, and send everything else to IPS. Hi Paul, do you have any examples on how to do this?? thanks
January 28, 20214 yr It depends on your web browser, however the concept would be to send requests to example.com/ to the single file of your choosing, and anything else to the IPS handler. This may help get you in the right direction for apache: https://httpd.apache.org/docs/trunk/rewrite/intro.html