People can't access my forum unless they type the full url: www.xxx.net/fourm/index.php. Just typing the domain name produces server generated screen. Please help.
Announcement
Collapse
No announcement yet.
My forum doesn't start up at www.xxx.net
Collapse
X
-
It all comes down to writing the HTaccess file, and I don't know how to do that. I've googled and read and read, but it's the middle of the night here and... I don't know. Nothings working. I try entering code that I find in my searches and it just doesn't work.
What time does Jelsoft wake up?Comment
-
You should speak to your host regarding this.Comment
-
mydomain.com > mydomain.com/forum
vB5 is unequivocally the best forum software, but not yet...Comment
-
Beishe8, I should have thought of that! I will think of it if this ever happens again. Thanks so much for posting it.
I ended up doing that, Trevor. Thanks. My host wrote an HTaccess redirect for me and everything's working now. I'm going to post it here in case it's missing anything that a genuine vBulletin redirect should have:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule ^/?$ "http\:\/\/domain\.com\/forums\/" [R=301,L]Comment
-
It would be better to fix the issue, rather than mask it with a htaccess redirect, you've now put more work on apache with a rewrite that isnt needed.
Why dont you post a valid url to your site with the page issue, post the full error msg, that way we can resolve the issue.Gentoo GeekComment
Related Topics
Collapse
-
by Da GHi there. New in town.
I've managed to update my zone file at my registrar site, which is Gandi, so a www CNAME record pointing to the default page "This domain is parked by the owner",...-
Channel: vB Cloud Support & Troubleshooting.
Tue 8 Jul '14, 7:03am -
-
by MrBillFSEHello,
I have set up my custom domain to point to my vBulletin Cloud site. Everything works fine using https://forum.mydomain.com.
If I or the browser puts in https://www.fo...-
Channel: vB Cloud Support & Troubleshooting.
Sun 24 Jun '18, 10:25am -
Comment