Monday 02 May 2011 12:53:45 am
Hi Marko, after changing the .htaccess the link doesn't work, only the home page works... This is the content:
"
<FilesMatch "(^index\.php|favicon\.ico|index_treemenu\.php|\.(gif|jpe?g?|png|css|js|swf|html?)|var(.+)storage.pdf(.+)\.pdf|(\/z.+\.php))$">
order allow,deny
allow from all </FilesMatch>
RewriteEngine On
RewriteRule content/treemenu/? index_treemenu.php
RewriteRule ^index_treemenu\.php - [L]
RewriteRule ^favicon\.ico - [L]
RewriteRule !(\.(gif|jpe?g?|png|css|js|swf|html?)|var(.+)storage.pdf(.+)\.pdf|(\/z.+\.php))$ index.php?/ DirectoryIndex index.php
"
This is the entire header:
(Status-Line) HTTP/1.1 200 OK
Date<span> </span>Fri, 29 Apr 2011 14:31:50 GMT
Server<span> </span>Apache/2.2.14 (Unix)
Served-by<span> </span>www.bitossiceramiche.it
Content-Language<span> </span>it,it-it
Expires<span> </span>Fri, 29 Apr 2011 14:41:51 GMT
X-Powered-By<span> </span>eZ PublishContent-Disposition<span> </span>attachment
Content-Transfer-Encoding<span> </span>binary
Accept-Ranges<span> </span>bytes
Last-Modified<span> </span>Fri, 22 Apr 2011 16:15:54 GMT
Content-Length<span> </span>82402
Content-Type<span> </span>application/pdf
Keep-Alive<span> </span>timeout=2, max=90
Connection<span> </span>Keep-Alive
|