rewrite tutorial in English

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sfateen
Posts: 5
Joined: Tue 4. May 2004, 17:10

rewrite tutorial in English

Post by sfateen »

Is there a rewrite tutorial in English :?:
Pappnase

Re: rewrite tutorial in English

Post 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.
Post Reply