The best way is, Don't do it.What is the best way to accomplish this please.
A quick, simple but slightly dirty solution is to use an auto redirect using an index.html in http://astrosafarivans.org/timelessbeing wrote: ↑Mon Jan 18, 2021 5:05 amHello.
For decades, my forum has been in a subdirectory. The website domain root had a landing page, and you clicked the forum link to visit the phpBB forum.
http://astrosafarivans.org/bb2/viewtopi ... 2&p=100923
etc.
I want to get rid of the landing page, because the forum is the main feature. I want
http://astrosafarivans.org
to go straight to the phpBB forum
Code: Select all
<html>
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://astrosafarivans.org/bb2">
<title>My Forum</title>
</head>
</html>
That's ok. I think Google can forgive me.janus_zonstraal wrote: ↑Mon Jan 18, 2021 9:16 amThe best way is, Don't do it.What is the best way to accomplish this please.
Google will not like it.
that looks like it sends people from the domain root to the sub directory that I want to eliminate. Seems completely unrelated to my question.warmweer wrote: ↑Mon Jan 18, 2021 9:29 am
A quick, simple but slightly dirty solution is to use an auto redirect using an index.html in http://astrosafarivans.org/Code: Select all
<html> <head> <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://astrosafarivans.org/bb2"> <title>My Forum</title> </head> </html>
But it will takes months maybe longer, think twice before you do itThat's ok. I think Google can forgive me.
That depends:timelessbeing wrote: ↑Mon Jan 18, 2021 12:34 pmthat looks like it sends people from the domain root to the sub directory that I want to eliminate. Seems completely unrelated to my question.
Which provides the option to ask how the other software does it.
That stupid documentation is available as a pdf which may, just, perhaps, possibly or so I've heard (granted: it's a rumour) be searchable.timelessbeing wrote: ↑Tue Jan 19, 2021 6:06 amThe stupid documentation doesn't have a search function and I don't feel like spending my night sifting through it.
And we only warning you that it is not very smart to do it.I had already made my decision when I posted this.
Why? Just because of web search results?janus_zonstraal wrote: ↑Tue Jan 19, 2021 2:24 pmAnd we only warning you that it is not very smart to do it.I had already made my decision when I posted this.
I just googled for a couple of terms to check whether they can be searched in the Knowledge Base and guess what: adding "phpBB" and "Knowledge base" to the search terms produced relevant results.