Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AlexJ Posted June 18, 2019 Posted June 18, 2019 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?
AlexJ Posted June 24, 2019 Author Posted June 24, 2019 Giving this bump - How to make below URL has landing page without changing forum URL. https://fearless-assassins.com/index.html/
opentype Posted June 24, 2019 Posted June 24, 2019 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.
AlexJ Posted June 24, 2019 Author Posted June 24, 2019 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.