@@ -1,4 +1,4 @@
-Order Deny,Allow
-Deny from all
-
+#Order Deny,Allow
+#Deny from all
+###todo allow dita jakos
#RedirectMatch 403 ^.*$
@@ -104,7 +104,7 @@
<echo> gues path of pdf is url = ${url} </echo>
<exec executable="bash" dir="." outputproperty="url_of_current_script">
<arg value="-c"/>
- <arg value="echo "${url}" |sed 's/wfs-data.php.*//'"/>
+ <arg value="echo "${url}" |sed -E 's/((wfs.data)|(index.php)).*//'"/>
</exec>
<echo> url_of_current_script : ${url_of_current_script} </echo>