Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 18, 20196 yr If I make Pages default application, all forum links changed from https://fearless-assassins.com/topic/xxxxx To https://fearless-assassins.com/forum/topic/xxxxxx How do I make Page default so it's home page and not mess up ALL topic links?
June 24, 20195 yr Author Giving this bump - How to make below URL has landing page without changing forum URL. https://fearless-assassins.com/index.html/
June 24, 20195 yr Community Expert It’s how the suite works. You have one default app and the others get an URL slug. Otherwise you would run into conflicts since any name could appear in any app.
June 24, 20195 yr Author 3 minutes ago, opentype said: It’s how the suite works. You have one default app and the others get an URL slug. Otherwise you would run into conflicts since any name could appear in any app. I see, thanks! Can I possible redirect https://fearless-assassins.com to https://fearless-assassins.com/index.html Through .htaccess without screwing up current FULR rules? This is what I am using right now - <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteRule ^tutorials/article/(.*) /tutrewrite.php?req=$1 [L] RewriteRule ^tutorials/category/(.*) /forum/26-tutorials/ [L,R=301] RewriteRule ^tracker/ https://fearless-assassins.com/forum/246-qa-reports-issues/ [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Archived
This topic is now archived and is closed to further replies.