(SOLVED - doh!)Pretty URLs on Bellhosting.ca

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

(SOLVED - doh!)Pretty URLs on Bellhosting.ca

Post by dmagill »

Hey Everyone,

So I got the PU's working on half a dozen other servers, but not bell. For those who do not know, bell is the original phone company in Canada, and they offer a crappy DSL/Hosting service... and they wonder why I use a cable compay for my home phone service... but that aside.

I have used the .htaccess file out of the box with no problems. Now I am working on sites at bell and am running into the dreaded 404 issues.

When I finally got through to support, they said they can not find any reference to 'my' htaccess script and wanted me to try the below.

# are allowed to access (ext, ext1). This just gives error 403 Forbidden.
SetEnvIfnoCase Referer "^http://(www\.)?domain\.com" locally_linked
SetEnvIf Referer "^$" locally_linked

Order Allow,Deny
Allow from env=locally_linked


I personalized it ... and it didn't work. No surprise really, I would expect nothing but the best from Bell.

So my question is... does anyone have pretty urls working on Bell? Anyone have some insight? Just about anything would be appreciated really.


Thank you everyone!

David
Last edited by dmagill on Fri Feb 08, 2008 5:26 pm, edited 1 time in total.
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Re: Pretty URLs on Bellhosting.ca

Post by dmagill »

mmmmmm I seem to have solved this myself. Hehe Sorry.


I set the Internal Pretty URLS and it worked perfectly.


I think I will go take some cold meds and get some shut eye.

Sorry
Post Reply

Return to “CMSMS Core”