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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...