Page 1 of 1

rewrite tutorial in English

Posted: Thu 3. Jun 2004, 15:06
by sfateen
Is there a rewrite tutorial in English :?:

Re: rewrite tutorial in English

Posted: Thu 3. Jun 2004, 15:10
by Pappnase
sfateen wrote:Is there a rewrite tutorial in English :?:
hello

if you want to enable it! rename _.htaccess to .htaccess
and edit the following line in the conf.inc.css
line 62

Code: Select all

$phpwcms["rewrite_url"]       = 0;        //whether URL should be rewritable
to

Code: Select all

$phpwcms["rewrite_url"]       = 1;        //whether URL should be rewritable
if you have the wcms installed in an subdir you may edit the htaccess. open it in a viewer. and you will see what you need to change if it would not work.