- Posts: 42
- Thank you received: 1
Log In
Log in
update on forum
5 years 9 months ago #21513
by nluk100
'89 928 GT
Replied by nluk100 on topic update on forum
Yeah, I had to add www to mine to get it to work - you need to edit your .htaccess file to fix this issue.
This is what I get in my forum reply emails.
This is what I get in my forum reply emails.
'89 928 GT
Please Log in or Create an account to join the conversation.
5 years 9 months ago #21514
by billvvOC
Replied by billvvOC on topic update on forum
The .htaccess file looks OK, but what do I know?.......
RewriteCond %{HTTP_HOST} ^928oc\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.928oc\.org$
RewriteRule ^/?$ "http\/\/www\.928oc\.org" [R=301,L]
Please Log in or Create an account to join the conversation.
5 years 9 months ago #21518
by nluk100
'89 928 GT
Replied by nluk100 on topic update on forum
I don't think that's correct - you need this code to add www to all requests;
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.928oc.org$ [NC]
RewriteRule ^(.*)$ www.928oc.org/$1 [L,R=301]
I sent you (or whoever looks after the moderation) a separate note re: helping you with the website/forum - did you not get it?
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.928oc.org$ [NC]
RewriteRule ^(.*)$ www.928oc.org/$1 [L,R=301]
I sent you (or whoever looks after the moderation) a separate note re: helping you with the website/forum - did you not get it?
'89 928 GT
Please Log in or Create an account to join the conversation.
5 years 9 months ago #21520
by billvvOC
Replied by billvvOC on topic update on forum
No, didn't get it. I'll email you; we certainly could use some help..
Please Log in or Create an account to join the conversation.
5 years 9 months ago #21523
by nluk100
'89 928 GT
Replied by nluk100 on topic update on forum
Thanks for the email Bill, did you get my reply?
'89 928 GT
Please Log in or Create an account to join the conversation.
5 years 9 months ago #21529
by billvvOC
Replied by billvvOC on topic update on forum
I did, thanks. I'll email you and bring you up to date on where we are, etc.
Please Log in or Create an account to join the conversation.
/\/www\.928oc\.org" [R=301,L]