UK-Cheapest do not carry out any kind of web maintenance, or updates for our clients.
If you require your website updating, then we recommend you ask your web designers to make any alterations that you require.
UK-Cheapest do not carry out any kind of web maintenance, or updates for our clients.
If you require your website updating, then we recommend you ask your web designers to make any alterations that you require.
With our “Standard Submission” package after we have submitted your website to the search engines and directories it will take up to ten weeks for your website to be added to their indexes, depending on the search engine. Some smaller search engines will take only a few days to index your page. However, most of the other larger search engines will take several weeks. Such a delay between the date of submission and the date of indexing is due to the extremely high number of submissions (sometimes tens of thousands) that the most popular engines receive each day.
With the “Standard Submission” we only submit your website to the search engines and cannot guarantee that they will include your website in their indexes. If you want to ensure guaranteed fast inclusion of your website into search engine indexes, we recommend our De Luxe XL submission package.
I keep getting internal server error from my CGI Perl script. What does this mean?
1) Make sure your script was uploaded in ASCII
2) Make sure the permissions on the files are 755
3) Make sure the top line of your scripts reads #!/usr/bin/perl
see the CGI Perl FAQ for more details
Some applications will want to know your root or document root folder.
For CGI/Perl purposes:
/var/www/vhosts/yourdomain.com/httpdocs
For FTP purposes:
/httpdocs
What is the absolute path to my cgi-bin?
/var/www/vhosts/yourdomain.com/cgi-bin
How do I reach them from a browser?