Allow access to a directory not created from ezpublish

Author Message

Pierre T.

Wednesday 18 June 2008 10:19:46 am

[apache2.2 & ez4.0]

Hi there,

My ezpublish directory is httpdocs/ and I have all my website in this folder. In this directory I created a directory called "rep" and it's not allowed to access it by default. Here is my .htaccess (which I modified) available at the root of httpdocs/ :

# Copy this file to a new file called .htaccess in your eZ Publish root
# to make the site more secure in non-virtualhost mode (index.php used in urls).
#

php_value allow_call_time_pass_reference 0

<FilesMatch ".">
order allow,deny
deny from all
</FilesMatch>

<FilesMatch "(index\.php|\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf)$">
order allow,deny
allow from all
</FilesMatch>

#CHECK THIS ABOVE
<Directory /var/www/vhosts/MY_WEBSITE/httpdocs/rep>
order allow,deny
allow from all
</Directory>

# If you see "Forbidden" when trying to access root page of your site
# without 'index.php' appended, uncomment the following "Files" section.
# NOTE: replace "ezpublish-3.6.0" with base name of the directory
# where your eZ Publish intallation resides.
# e.g. base name of "/sites/ezpublish/ezpublish-3.6.0" is "ezpublish-3.6.0".

#<Files "ezpublish-3.6.0">
#   order allow,deny
#   allow from all
#</Files>

RewriteEngine On
RewriteRule content/treemenu/?$ index_treemenu.php
RewriteRule index_treemenu.php - [L]

RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php

DirectoryIndex index.php

You can see that I added :

<Directory /var/www/vhosts/MY_WEBSITE/httpdocs/rep>
order allow,deny
allow from all
</Directory>

The rest if default code. But with this directive I still can't access to the directory called "rep" (internal server error).

Any ideas please ?

Ivo Lukac

Thursday 19 June 2008 7:53:22 am

You need to add a rewrite rule like this:

RewriteRule ^httpdocs/rep/.* - [L]

to avoid using index.php for that dir.

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 18:25:20
Script start
Timing: Jan 18 2025 18:25:20
Module start 'layout'
Timing: Jan 18 2025 18:25:20
Module start 'content'
Timing: Jan 18 2025 18:25:20
Module end 'content'
Timing: Jan 18 2025 18:25:20
Script end

Main resources:

Total runtime0.5999 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 589.2969152.6563
Module start 'layout' 0.00550.0027 741.953139.5234
Module start 'content' 0.00820.5900 781.4766528.8438
Module end 'content' 0.59820.0017 1,310.320312.1094
Script end 0.5998  1,322.4297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.5428160.0002
Check MTime0.00130.2131160.0001
Mysql Total
Database connection0.00120.199410.0012
Mysqli_queries0.550191.7121540.0102
Looping result0.00070.1248520.0000
Template Total0.570595.120.2852
Template load0.00230.377620.0011
Template processing0.568294.718820.2841
Template load and register function0.00020.034010.0002
states
state_id_array0.00130.209110.0013
state_identifier_array0.00100.168720.0005
Override
Cache load0.00180.3036160.0001
Sytem overhead
Fetch class attribute can translate value0.00060.102220.0003
Fetch class attribute name0.00150.249730.0005
XML
Image XML parsing0.00070.116220.0003
class_abstraction
Instantiating content class attribute0.00000.001430.0000
General
dbfile0.00070.1180170.0000
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs