Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 20, 20231 yr I followed the below steps at local for developer mode by following the below url , but after doing so. I m facing the issue below Can some one guide ?
October 20, 20231 yr You would need to make sure that file is both present, and indeed readable. It seems its not currently, unfortunately
October 20, 20231 yr Author 25 minutes ago, Marc Stridgen said: You would need to make sure that file is both present, and indeed readable. It seems its not currently, unfortunately This file is not available at the particular location. Is there any way to get those ?
October 20, 20231 yr 2 minutes ago, Jyoti Rani said: This file is not available at the particular location. Is there any way to get those ? All the files you need are included in the ZIP file for the suite, downloadable from the client area.
October 23, 20231 yr Author On 10/20/2023 at 7:01 PM, Nathan Explosion said: All the files you need are included in the ZIP file for the suite, downloadable from the client area. Its available and that error has been removed. Next issue which i m facing is I am able to open only pages like below link. http://localhost/marketing_version4.7/index.php?app=cms&module=pages&controller=page But when i run urls like below http://localhost/marketing_version4.7/discover/ http://localhost/marketing_version4.7/leaderboard/ http://localhost/marketing_version4.7/login/ They are taking me to default page of WAMP server. Rather than going to their specific module.
October 23, 20231 yr Check that mod_rewrite is available and enabled. You can disable FURLs as a workaround, but it would be better to get mod_rewrite working.
October 23, 20231 yr Author 1 hour ago, teraßyte said: Check that mod_rewrite is available and enabled. You can disable FURLs as a workaround, but it would be better to get mod_rewrite working. Thanks a lot TeraByte. Now the urls working.