Jump to content

[Answered] Heliohost download won't work in wamp v3.1 64b php 7.1


Recommended Posts

Posted

Hi gurus

I have no problem if i download files & mysql db from Hostgator and run it from wamp.

However if i download from Heliohost.org, running the related 'Virtual Host', it will just cause a download as a file which is actually the index.php of webpage.

I have already disabled the .htaccess which is have extra line of
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>

Hope to learn why. Thank You

 

 
Posted

Usually if your index.php downloads instead of displaying it means you have an error in your .htaccess. What is the url of the page that isn't working?

Posted

Krydos mate Thanks

 

The .htaccess in the root directory has only one line

RewriteEngine on
 
I have also have no .htaccess but still don't work
 
There a few more .htaccess eg libraries\vendor\ .. but they are the same as other local .htaccess that work.
 
 
 

by url i assume you mean the virtual host; i use the following in the conf

 

<VirtualHost *:80>
ServerName p2u.local
DocumentRoot "c:/wamp64/www/p2u"
<Directory  "c:/wamp64/www/p2u/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
Posted

Guys

 

One question: is any thing added to the files unique from HelioHost?

Posted (edited)

Guys for some reason when i browse from ucbrowser it works, thereafter also work in chrome - on one day after.

I don't know why perhaps i force clean cache in the site files.

 

From old memory similar event did happen due to content in .htaccess.

Edited by fuzmic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...