Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 2 hours ago
AlexJ Posted June 18, 2019 Share 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? Link to comment Share on other sites More sharing options...
AlexJ Posted June 24, 2019 Author Share 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/ Link to comment Share on other sites More sharing options...
opentype Posted June 24, 2019 Share 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. Link to comment Share on other sites More sharing options...
AlexJ Posted June 24, 2019 Author Share 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> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.