Page 1 of 1

How to get pretty URL if hosting does no accept URL Rewriting?

Posted: Sat Oct 21, 2006 6:12 pm
by philight
Hi,

As I want to get pretty URL to be well crawled by Google and the others, just let me know if you have hear about an alternative solution without modify .htaccess and/or apache configuration.

Philight

Re: How to get pretty URL if hosting does no accept URL Rewriting?

Posted: Sat Oct 21, 2006 7:10 pm
by pishkus
try setting in your config.php

Code: Select all

$config['internal_pretty_urls'] = true;

Re: How to get pretty URL if hosting does no accept URL Rewriting?

Posted: Sat Oct 21, 2006 8:50 pm
by philight
That works perfectly!

CMSMS is definitively powerful!

Thanks a lot, you made my day ;D