Pretty URL's without .htaccess file
Posted: Sun Feb 28, 2010 1:54 pm
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
but that didn't work. Any idea's anyone?
Thanx in advance,
dikruo
If've tried to rewrite my config.php
Code: Select all
old:
$config['url_rewriting'] = 'none';
into new:
$config['url_rewriting'] = 'mod_rewrite';
Thanx in advance,
dikruo