Page 1 of 1

Pretty URL's without .htaccess file

Posted: Sun Feb 28, 2010 1:54 pm
by dikruo
I was wondering since my hosting provider does not support .htaccess files, if it is possible to creat pretty url's wothout such files.

If've tried to rewrite my config.php

Code: Select all

old:
$config['url_rewriting'] = 'none';
into new:
$config['url_rewriting'] = 'mod_rewrite';
but that didn't work. Any idea's anyone?

Thanx in advance,

dikruo

Re: Pretty URL's without .htaccess file

Posted: Sun Feb 28, 2010 2:01 pm
by Rolf

Code: Select all

$config['url_rewriting'] = 'internal';
Grtz. Rolf