GetSimple Support Forum
Enabling mod-rewrite - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Enabling mod-rewrite (/showthread.php?tid=3316)



Enabling mod-rewrite - dondemaio - 2012-07-02

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


Enabling mod-rewrite - Carlos - 2012-07-07

AFAIK you must enable mod_rewrite in your web server/host, not in the .htaccess file.


Enabling mod-rewrite - Connie - 2012-07-08

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