removed htaccess, fixed https includes

This commit is contained in:
Ulf Gebhardt 2016-05-17 12:46:13 +02:00
parent 3995ac617d
commit 8b35585ed7
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +0,0 @@
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.fewo\-rhein\-zwbg\.de$ [NC]
RewriteRule ^(.*)$ http://www.fewo-rhein-zwbg.de/$1 [R=301,L]

View File

@ -4,8 +4,9 @@ class default_page extends SYSTEM\PAGE\Page {
return \SYSTEM\HTML\html::script(\LIB\lib_jquery::js()).
\SYSTEM\HTML\html::script(\LIB\lib_bootstrap::js()).
//\SYSTEM\HTML\html::script(\LIB\lib_system::js()).
\SYSTEM\HTML\html::script('http://www.openlayers.org/api/OpenLayers.js').
\SYSTEM\HTML\html::script('http://www.openstreetmap.org/openlayers/OpenStreetMap.js').
//\SYSTEM\HTML\html::script('https://www.openlayers.org/api/OpenLayers.js').
\SYSTEM\HTML\html::script('https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js').
\SYSTEM\HTML\html::script('https://www.openstreetmap.org/openlayers/OpenStreetMap.js').
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/default_page.js')).
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PSAI(),'saimod_webcraft_gallery/js/galleria/galleria-1.4.2.min.js')).
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/map.js'));