Search found 42 matches: redirect

Searched query: redirect

by Admin
October 11th, 2022, 3:05 am
Forum: News
Topic: Direct Alias Pro 2.3.0
Replies: 0
Views: 2213

Direct Alias Pro 2.3.0

  • Feature: new setting "Redirect Status" to choose between 301/303/308 status for redirection of original URLs.
  • Change: default redirect status changed from 301 to 308.

Read full article...
by Admin
March 11th, 2019, 3:10 am
Forum: MightySites
Topic: Presales Questions
Replies: 1
Views: 11381

Re: Presales Questions

... I need the subsite urls to remain as https://slave.mainsite.com and not revert to https://mainsite.com/slave as it would with a subdomain redirect in cpanel.


Slave site homepage will be like https://slave.mainsite.com, cpanel's subdomain should use same documents folder as master site ...
by afugill
March 7th, 2019, 5:08 am
Forum: MightySites
Topic: Presales Questions
Replies: 1
Views: 11381

Presales Questions

... I need the subsite urls to remain as https://slave.mainsite.com and not revert to https://mainsite.com/slave as it would with a subdomain redirect in cpanel.

How many sites is too many? I’m anticipating up to 50 subdomains at any one time. I also plan to use rsform pro on each subsite to ...
by Admin
October 3rd, 2018, 2:25 am
Forum: p8pBB bridge
Topic: Nginx - htaccess
Replies: 1
Views: 10339

Re: Nginx - htaccess

Here is sample config part:

location / {
if ($request_filename ~ /phpBB3(.?)$){
rewrite ^(.*)$ /forum redirect;
}
if ($request_filename ~ /phpBB3/index.php){
rewrite ^(.*)$ /forum?$query_string redirect;
}
if ($request_filename ~ /phpBB3/ucp.php){
rewrite ^(.*)$ /forum/user?$query_string ...
by formfranska
September 21st, 2017, 2:36 pm
Forum: Direct Alias
Topic: What happens with the new router in J 3.8?
Replies: 4
Views: 14044

Re: What happens with the new router in J 3.8?

... best to wait.

About Direct Alias Pro: I opened the plugin now to check actually. And as I understand it, maybe I should still keep it because it redirects old URLs!
I've read complaints about the new router in Joomla because people are saying it does not redirect old URLs.

My enabled settings in ...
by Oby
May 21st, 2017, 11:46 am
Forum: p8pBB bridge
Topic: Pre-sales question: Moving from jFusion to p8pbb - step by step
Replies: 7
Views: 25710

Re: Pre-sales question: Moving from jFusion to p8pbb - step by step

... are the steps I took for a successful move :
1) Disable all jFusion MODS for phpbb, using the jFusion configuration panel for the pbpBB plugin (redirect MOD, dual login MOD, frontend moderator panel MOD)
2) Disable the jFusion plugin itself (master button on the main page of the jFusion component ...
by PolB
January 23rd, 2017, 5:34 am
Forum: Direct Alias
Topic: Direct Alias Pro - canonical links
Replies: 4
Views: 20127

Re: Direct Alias Pro - canonical links

It comes from that shortening. The canonical wouldn't be needed if 301 redirect would be used but it's not.

The site is configured to use short urls via Direct Alias Pro, so the content is linked by domain.xy/id_nr.

This is the way how the content is linked from articles and how are linked the ...
by PolB
January 17th, 2017, 1:15 pm
Forum: Direct Alias
Topic: Direct Alias Pro - canonical links
Replies: 4
Views: 20127

Re: Direct Alias Pro - canonical links

That is if you have second domain, if not canonical links are not presented at all - but they should be or they should use 301 redirect.

The solution would be probably same like in previous case. I will try to test it on some new joomla installation.
by LOWW
January 4th, 2017, 2:41 pm
Forum: p8pBB bridge
Topic: Some Questions 2
Replies: 14
Views: 31594

Re: Some Questions 2

Its possible to run under forum.test.at ?
I see its better when I make a redirect from my websitenameforum. at to -> forum. test. at
by Admin
December 25th, 2016, 7:49 am
Forum: Community Builder
Topic: Bridge vs Light
Replies: 1
Views: 10106

Re: Bridge vs Light

... and phpBB is displayed as it is. Full version loads phpBB inside Joomla with custom SEF URLs, as a result not all phpBB extensions will work.

If you need simple level of integration, it's better to use light version. Note that you can easily redirect phpBB login and redirect URLs via .htaccess.