Rewrite function - 404 error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fazer6
Posts: 4
Joined: Tue 27. Jul 2004, 19:54

Rewrite function - 404 error

Post by fazer6 »

I'm new to all of this and have searched through the forum trying various solutions but can't seem to get the url rewrite to work.
I have re-named the _.htaccess which is in the subfolder to .htaccess.
I have copied and pasted the extra info into the .htaccess
I have changed the function url search part of the front.func.inc.php
My public_html and /cms folders are 755
I have made sure in the front.func.inc.php I have the folder info.

I'm only just testing this to see how it all works and when I click on one of the links on the menu it is still trying to find http://www.mydomain.com/cms/3.0.0.1.0.0.htm

What've I done wrong?
User avatar
Paradroid
Posts: 176
Joined: Fri 19. Mar 2004, 13:14
Location: Wuppertal
Contact:

Post by Paradroid »

Hi fazer6,

what Version do you use ? In the current version you don't need to change anything in front.func.inc.php ! You just have to rename the _.htaccess and change the values, if you use a folder. Then be sure to set

Code: Select all

$phpwcms["rewrite_url"]       = 1;        //whether URL should be rewritable
in your conf.inc.php

cu
ParaDroid

knquadrat edv + marketing
http://www.knquadrat.de

phpWCMS Dokumentation | Deutsch | English
fazer6
Posts: 4
Joined: Tue 27. Jul 2004, 19:54

Post by fazer6 »

It's version 1.1, I just installed it through fantastico.

I've changed the conf.inc.php value to 1, sorry forgot to say that before.
Pappnase

Post by Pappnase »

hello fazer

if you not afraid to do this. then update to the latest release. :wink:
http://www.phpwcms.de/index.php?id=38,0,0,1,0,0

then you have more feat. and all new contentparts.
fazer6
Posts: 4
Joined: Tue 27. Jul 2004, 19:54

Post by fazer6 »

Pappnase you read me like a book, still i guess i'll just have to have a go and see what happens. at least at the moment i don't have any real content in my site so this is the perfect opportunity to try an upgrade, fingers crossed
Pappnase

Post by Pappnase »

fazer6 wrote:Pappnase you read me like a book, still i guess i'll just have to have a go and see what happens. at least at the moment i don't have any real content in my site so this is the perfect opportunity to try an upgrade, fingers crossed
hello

i like also to repeat myself! if you can use the new conf.inc.php cos there a few new lines in it. so please try to edit the new conf.inc.php manually
Post Reply