Search found 11 matches

by svobi
Mon 24. Nov 2003, 17:49
Forum: phpwcms Support English
Topic: mod-rewrite funktioniert nicht
Replies: 19
Views: 8529

hallo adriano

also wenn im error log so was steht

[Sat Nov 22 16:54:39 2003] [error] [client 212.202.130.218] File does not exist: /Library/WebServer/Documents/phpwcms/3.0.0.1.0.0.html


deutet das bei einem leeren rewritelog darauf hin, das das mod_rewrite gar nicht aktiv ist.

hast du die ...
by svobi
Sat 22. Nov 2003, 17:07
Forum: phpwcms Support English
Topic: mod-rewrite funktioniert nicht
Replies: 19
Views: 8529

hallo adriano

ich habe gerade im original thread noch was hinzugefügt.

an deinem mac os x sollte es ja hoffentlich nicht liegen.
ist schliesslich das netteste desktop unix am markt :D

also du hast dir den patch neu geholt, hast in einer .htaccess datei die rewrite rules drin und in der config ...
by svobi
Sat 22. Nov 2003, 17:00
Forum: phpwcms Support English
Topic: index.php?id=8,0,0,1,0,0 to 8.0.0.1.0.0.html HOWTO
Replies: 21
Views: 22226

mod_rewrite kann in .htaccess probleme geben, wenn man darin keine
erlaubnis hat symbolischen links zu folgen.

für mehr hier :
http://httpd.apache.org/docs/mod/core.html#options

im apache error log sollte man, wenn von diesem betroffen, entsprechende einträge finden.

abhilfe : rewriterules direkt ...
by svobi
Sat 22. Nov 2003, 16:47
Forum: phpwcms Discussion
Topic: >> password stored with reversible encryption
Replies: 2
Views: 3900

ok we let us surprise what you will hack.

:D
by svobi
Sat 22. Nov 2003, 16:33
Forum: phpwcms Bug Reports
Topic: >> problems with paths in file manager
Replies: 7
Views: 6101

hmmm, are the act_scripts called separately ? or via includes in index.php or phpwcms.php ?

when all scripts are called with includes in one of the 2 main-files,
dirname($_SERVER['SCRIPT_FILENAME'])
would always report the dir, where this main-files are stored.

or not ?
by svobi
Sat 22. Nov 2003, 00:32
Forum: phpwcms Bug Reports
Topic: >> problems with paths in file manager
Replies: 7
Views: 6101

would it not be better to change the
$_SERVER["DOCUMENT_ROOT"]
in general to
dirname($_SERVER['SCRIPT_FILENAME'])
?

the whole phpwcms runs either via index.php or phpwcms.php, so the users would have one $var less to configure.

greets & thanks for your tip, will going to try this.

(update)
it ...
by svobi
Fri 21. Nov 2003, 22:38
Forum: phpwcms Discussion
Topic: >> password stored with reversible encryption
Replies: 2
Views: 3900

>> password stored with reversible encryption

hello

it seems like you already changed stuff with password handling,
when i read this thread.

but i think it's a very bad idea, to store passwords in a reversible format in the database.

the mysql manual has already be quoted in this thread, so i will to:


ENCODE(str,pass_str)
Encrypt str ...
by svobi
Fri 21. Nov 2003, 22:17
Forum: phpwcms Support English
Topic: mod-rewrite funktioniert nicht
Replies: 19
Views: 8529

hallo

sehen den nun deine links so aus wie gewünscht ?

also so

Code: Select all

http://domain.com/8.0.0.1.0.0.html
hast du das mod_rewrite log eingeschaltet und geschaut was es so aufzeichnet ?
by svobi
Fri 21. Nov 2003, 22:03
Forum: phpwcms Bug Reports
Topic: >> problems with paths in file manager
Replies: 7
Views: 6101

>> problems with paths in file manager

hello

i've encountered difficulties with the file manager.

it seems to me, that there is some chaos with the paths used for this.

i have the following setup:

apache with mod-rewrite rules, that mimicks subdomains.

/home/domain/public is the webroot, here are no files

/home/domain/public/www is ...
by svobi
Fri 21. Nov 2003, 19:04
Forum: phpwcms Support English
Topic: mod-rewrite funktioniert nicht
Replies: 19
Views: 8529

>> mod_rewrite oder php preg_replace will nicht

hallo

hmm, also was tut den nun nicht ?

sind die links die das phpwcms erzeugt schon anders ?
oder sehen die immer noch gleich aus wie vorher ?

oder sind die links in der ausgabe ok, aber mod_rewrite macht nichts oder was falsches ?

ev. kannst du deinem apache noch sagen er soll loggen was mod ...
by svobi
Fri 21. Nov 2003, 17:48
Forum: phpwcms Support English
Topic: mod-rewrite funktioniert nicht
Replies: 19
Views: 8529

>> mod_rewrite

hallo adriano

wenn du alles so gemacht hast wie man soll schau doch auch in diesem thread nach:

http://www.phpwcms.de/forum/viewtopic.php?t=228

eventuell hast du gar kein mod_rewrite zur verfügung in deinem apache.
wie findest du das wider raus ?
mache dir eine datei z.b. info.php

mit ...