Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enabling mod-rewrite
#1
Can someone post the exact code I need to put in the .htaccess file to enable mod-rewrite so I can get "fancy" (i.e., "normal") URLs?

Thanks. Much appreciated.

Don
Reply
#2
AFAIK you must enable mod_rewrite in your web server/host, not in the .htaccess file.
Reply
#3
Carlos,

mod_rewrite is a directive which you can switch on in the .htaccess file if it is not actived by php-configuration

it is very simple:

Code:
RewriteEngine on

There is an extensive wiki-page available: http://get-simple.info/wiki/config:htaccess?s

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)