Thursday 14 August 2003 4:47:31 am
Hi,
in the "svn version" (Revision: 3043) I found in doc/installation the document installation.lyx with the headline "eZ publish 3.0 Installation Guide".
In 5.3.1.1 there is a http.conf with the rewrite rules:
------ installation.lyx -------- RewriteRule .*/ezmediacatalogue/catalogue/(.*)$ /your/docroot/ezmediacatalogue/catalogue/$1 [T="application/oct-stream",S=4] RewriteRule ^/stats/store/(.*).gif$ /your/docroot/ezstats/user/storestats.php [S=3] RewriteRule ^/filemanager/filedownload/([^/]+)/(.*)$ /your/docroot/ezfilemanager/files/$1 [T="application/oct-stream",S=2] RewriteRule ^/mediacatalogue/catalogue/(.*)$ /your/docroot/ezmediacatalogue/catalogue/$1 [T="application/oct-stream",S=1]
RewriteRule !\.(gif|css|jpg|png|jar)$ /your/docroot/index.php ------ installation.lyx -------- In doc/INSTALL I read already in my first installation try that one rule (RewriteRule !\.(gif|css|jpg|png|jar)$ <httproot>ezpublish-xxx/index.php) should be enough. I know how RewriteRule works and what they mean, but because of the chaotic and fragmentary documentation of ezp I could not found what the "other" rules for and if they are necessary. Question: Do I need special RewriteRules to get my site working? And match installation.lyx to the current version? e.g. is "#define NAMEDATALEN 64" still necessary? After about a month of trials and dozens of installations to get a running frontpage I will start an other trial from scratch and hope that this time it will succeed :) by the way I use postgres Noyan PS: Please reply me also directly to decvoid@freenet.de - this forum software is not so amazing :) and I dont't like to write postings in little textareas.
|