Questions on Linux Shared Hosting

18 questions available

16
To change or set new default home page in linux using cpanel

To change or set new default home page in linux using cpanelFollow the below steps to change or set new default home page in linux using cpanel. Step 1: Create a file named .htaccess in the directoryStep

More...
17
How to redirect a website with PHP?

You can redirect a website with PHP using the header() function. To setup a simple redirect, simply create an index.php file in the directory you wish to make a redirection.            < ?php header(Location:

More...
18
How to redirect a site using htaccess redirect?

The .htaccess redirect is possible only in the Linux based hosting. First, the 301 redirect should be made active in the server. Then configure the 301 redirect with the Apache. Use the below mentioned

More...