Jump to content

Making Pages homepage

Featured Replies

Posted

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? 

  • 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.

  • 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.

Recently Browsing 0

  • No registered users viewing this page.