Skip to content

Commit 6678ad7

Browse files
committed
Updated: Mass commit of most recent development progress
1 parent fcc5b5e commit 6678ad7

File tree

736 files changed

+1014
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

736 files changed

+1014
-932
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ error_log
33
classes/cache
44
ezimagecatalogue/catalogue
55
ezmediacatalogue/catalogue
6+
ezcalendar/admin/cache
7+
ezcontact/admin/cache
68
ezfilemanager/files
79
ezarticle/cache
810
ezarticle/admin/cache

.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# By DNS Name : example.org
5555
#
5656

57-
RewriteCond %{HTTP_HOST} ^version\.demo\.se7enx\.com$
57+
RewriteCond %{HTTP_HOST} ^basic\.demo\.ezpublish\.one$
5858
# eZ publish Installation Test : The following line allows access test page.
5959
#RewriteCond %{REQUEST_URI} !^/index_verify.php*
6060
RewriteCond %{REQUEST_URI} !^/documentation*
@@ -72,7 +72,7 @@
7272

7373
# By DNS Name (Admin Site) : admin.example.org or my.example.org
7474
#
75-
RewriteCond %{HTTP_HOST} ^admin\.version\.demo\.se7enx\.com$
75+
RewriteCond %{HTTP_HOST} ^admin\.basic\.demo\.ezpublish\.one$
7676
# eZ publish Installation Test : The following line allows access test page.
7777
# RewriteCond %{REQUEST_URI} !^/index_verify.php*
7878
RewriteRule !\.(ico|png|css|jpg|jpeg|gif|js|jar|swf|rm|rmm|ram|rpm|mp3|mp4|wma|asx|asf|wmv|mov|mpg|mpeg|ogg|wav|au|aiff|midi|mid|pdf) index_admin.php

0 commit comments

Comments
 (0)