News:

Go to HostNed.com
Welcome.  This is a place to get user-to-user support, learn more, and share ideas.  If you can't find your answers here, feel free to ask by creating a new topic or visit the support ticket system at https://my.hostned.com :)  Have fun here!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Daniel

#1
Linux Hosting / Is the Ticket System working?
January 09, 2015, 08:26:39 PM
Hello,

I have raised two support tickets one this Wednesday and one this morning. Both are there and are "in progress" but there has been no reply yet.

Something is eating up my allocated disk space and I can't see what it is.

Now I'm receiving:

Disk quota exceeded

messages.

And  I'm not receiving a response from the support department. What should I do?

Daniel
#2
How long does the resolution of a support ticket usually take?

My support tickets is taking more than 3 days to resolve...
#3
awstats not logging since transition in February

All these show 0:

Number of visits   Pages   Hits   Bandwidth

that isn't a setting in cpanel, is it?
#4
Linux Hosting / .htaccess
November 30, 2007, 11:37:58 AM
I was wondering if the ReWriteEngine was active. The following lines don't seem to be working as expected
(redirecting people trying to access

http://mydomain.com/imprimir/tabla-romanos.pdf

to

http://mydomain.com/imprimir/numeros-romanos.html

and so on.
)

Options -Indexes
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule tabla-romanos.pdf$ http://mydomain.com/imprimir/numeros-romanos.html [R,L]

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule tablas-de-multiplicar.pdf$ http://mydomain.com/logo/tablas-de-multiplicar.html [R,L]

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule ejercicios-multiplicacion.pdf$ http://mydomain.com/imprimir/ejercicios-multiplicacion.html [R,L]
#5
Linux Hosting / web access to webalizer
October 10, 2007, 06:34:40 PM
I see that I webalizer creates files in this FTP location:

ftp://ftp.mydomain.com/tmp/webalizer/

do I have web access to those files?
#6
General Hosting / Is support free?
October 09, 2007, 01:54:11 PM
I read:

"If you cannot find the help you need there or if your question relates to your account exclusively, you can open a support ticket through the MyHostNed area at https://my.hostned.com and a support member will be happy to help you."

is this support free?
#7
I want to run some cgis I've programmed in gawk, where is gawk?

and

when I do a dir in my cgi-bin directory I get:

-rw-r--r--

how do I change file permissions?