Questions on Linux Shared Hosting

18 questions available

1
Warning base64 decode has been disabled for security reasons

base64_decode() functionbase64_decode() function has been disabled by default in server for security concerns.If base64_decode is enabled in the server, it might cause security issues for your website

More...
2
Is mod rewrite enabled for my website ?

mod_rewrite function is enabled by default in all our linux hosting servers. so that the website which hosted in our linux server will have mod_rewrite function enabled by default.

More...
3
how to redirect my domain from non.www to www in cpanel ?

Dont create a redirect for domain-name.com to www.domain-name.com or from domain-name.com to domain-name.com/index.php or domain-name.com/anything.php. Doing this will cause an infinite loop.If you need

More...
4
Can i access php.ini file in Linux Shared hosting ?

You can't access php.ini file of server, but you can create php.ini file file with your parameter under your document root folder,which make effect on site.Create a file under public_html folder named

More...
5
My website is showing Phishing attack ahead or reported attack page how to rectify it ?

This kind of attack is Gumblar attack. When you vist attacked website,the harm code in that website will read your password informations stored in your PC (such as FTP password information used in Filezilla

More...
7
How can I access the php.ini file of server?

How can I access the php.ini file of server?No, you will not get access to php.ini file, if you have purchased the basic plan in shared hosting server.If necessary, you can upload a php.ini file in the

More...
8
Is it possible to update the PHP version in Linux Shared Hosting?

Is it possible to update the PHP version in Linux Shared Hosting?No, it is not feasible to update or modernize the current PHP version in the Linux Shared Hosting. Normally we do not update as it will

More...
9
How to use PHP mail using SMTP authentication code?

Step 1 : Download the php mailer zip file using the link.Step 2 : Once downloaded, unzip and extract the files to public_html folder. Now you will have the path aspublic_html/PHPMailerStep 3 : After extracting

More...
10
How to enable directory listing in Linux website?

How to enable directory listing in Linux website?Follow the below steps to enable the directory listing.Step 1: First, login to your home folder i.e. 'public_html' folder.Step 2: In the home folder, create

More...
11
How can I overwrite the php settings file?

How can I overwrite the php settings file?Create a new 'php.ini file' inside the public_html folder. Then add only the properties which ever needs changes in to the file.

More...
12
Can I change the values in php.ini file?

Can I change the values in php.ini file?No, it is not possible to change the php.ini file in the server level. However, you are allowed to add a php.ini file inside your 'public_html folder' and then you

More...
13
How to disable the directory listing?

How to disable the directory listing?Follow the below steps to disable the directory listing.Step 1: Initially, open your public_html folder or home folder.Step 2: Then check for the file .htaccess. If

More...
14
How to show files in folder or enable directory listing for websites?

How to show files in folder or enable directory listing for websites?First, create .htaccess file and add the following line,Options +Indexes In case, the file already exists, then add the above line as

More...
15
How can I increase the file upload size/memory limit for a domain?

How can I increase the file upload size/memory limit for a domain?The maximum upload size/level for files is only 10MB. It is not feasible to raise the memory limit for a particular domain as it will have

More...