Page 3 of 3

Re: 500 error mod_rewrite: maximum number of internal redirects reached

Posted: Tue Jun 10, 2008 4:05 pm
by alby
baki250 wrote: Thanks for this help guys, but i followed all the guides in this form and none of which is working. everytime i click on an area it refreshes the page but still stays on the Home page. No changes. And the url changes to the pagename but not the actual content. Im using MLE. Can anyone help me as to what im missing: here is my code:
For MLE you must use a different htaccess (in practice the last line), look in doc folder

Alby

Re: 500 error mod_rewrite: maximum number of internal redirects reached

Posted: Tue Jun 10, 2008 8:20 pm
by tinhat
JeremyBASS wrote: so that did the trick...

$config['root_url'] = 'http://' . $_SERVER['HTTP_HOST'];

worked just as i wanted... but why the "Use at own risk."  Is there something i need to know about doing that?
I'm only learning about CMSMS so I can't claim to be an expert. Thus my disclaimer - use at own risk. Glad it is working.

Re: 500 error mod_rewrite: maximum number of internal redirects reached

Posted: Tue Jun 10, 2008 8:23 pm
by JeremyBASS
learning about CMSMS so I can't claim to be an expert
who is here ;)

thanks again for the help on this

Re: 500 error mod_rewrite: maximum number of internal redirects reached

Posted: Sat Jun 14, 2008 3:19 pm
by kermit
@JeremyBass

what was the final solution to get this working? i thinks you may be on to a very easy way to serve multiple domains from a single cmsms installation.

edit: i think i've got 'er figured out