Hi,
I have an Oxwall site on
http://makemefashion.altervista.org
I have buyed second level domain www.makemefashion.net
with altervista service.
Altervista does not works like others hosting provider with ns, but is has a cloak option (is like a type if iframes i think).
If i change Oxwall configuration from
define('OW_URL_HOME', 'http://makemefashion.altervista.org/');
to
define('OW_URL_HOME', 'http://www.makemefashion.net/');
it give me this error:
Fatal error: require_once(): Failed opening required 'OW_DIR_UTILdebug.php' (include_path='.:') in /membri/makemefashion/ow_includes/init.php on line 26
My htaccess is:
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
# # av:php5-engine
AddHandler av-php56 .php
# # av:Toolbar
SetEnv AV_TOOLBAR 0
# # av:PHP-RG
php_flag register_globals off
# av:PHP-upload
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_input_time 300
php_value max_execution_time 60
# PHP-upload
Anyone can help me?
Thank you