Hi all,
Please help me how to setup PHP on hosting for run file type: .hss or .vnss.
After I uploaded .vnss or .hss file, server doesn't understand their php code.
Thanks
This is a discussion on How to make PHP understand VNSS file in the Shared & Semi-Dedicated forum
Hi all,
Please help me how to setup PHP on hosting for run file type: .hss or .vnss.
After I uploaded .vnss or .hss file, ...
Hi all,
Please help me how to setup PHP on hosting for run file type: .hss or .vnss.
After I uploaded .vnss or .hss file, server doesn't understand their php code.
Thanks
Are you saying that you want to run files ending with .vnss or .hss as PHP scripts? If so, try adding the following to your .htaccess file:
If you are on an older server that has both PHP 4 and PHP 5, that example will run the scripts using PHP 4 (I assume on newer servers with PHP 5 olny it will work fine as is). If you want to make it run with PHP 5 on an older server, use application/x-httpd-php5.Code:AddHandler application/x-httpd-php .vnss .hss
--Jason
Thanks for your answer, Jason
A more question is I have file index.vnss, so how do I make it home page, same as index.php or index.html, then I can access domain, without access filename.
Thanks
Add the following line to your .htaccess
DirectoryIndex index.vnss
I do work for JaguarPC. If you do need help please provide your ticket number (this isn't sensitive information).
If I'm not active on the forum please open a ticket instead of PMing me. If you think the issue requires access to your server please open a ticket.
Thanks alot, Good support.
Copyright © 2011 JaguarPC.com
Bookmarks