Jump to content

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


fuzmic

Recommended Posts

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

 

 
Link to comment
Share on other sites

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>
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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...