Pretty URL's without .htaccess file

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
dikruo
Forum Members
Forum Members
Posts: 12
Joined: Sat Jan 24, 2009 10:12 am

Pretty URL's without .htaccess file

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Pretty URL's without .htaccess file

Post by Rolf »

Code: Select all

$config['url_rewriting'] = 'internal';
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “[locked] CMSMS MLE fork”