News:

LVCS.NET offers low cost domain registration services.

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 - Dondavid

#1
Support Requests / Forgotten domain
May 19, 2010, 08:07:13 PM
Hi everyone,

The question might seem insane but... I used to have an account on the Plesk server, right after the suspension of the Freepgs service. username was 23411: dondavid attached to domain donangelolab.org. I used to host some files out there as a backup. Anyway it had become quite useless as the university I am currently studying provided us a similar service so I did note used the Plesk account anymore and I completely forgot its existence. To be precise it was attached to a mail account used for archiving procedures and whoose password was lost and reset about a year after. Anyway is there a chance the data hosted on that account are still on your servers or is it completely lost?

Best Regards.
#2
Hi,

I am looking for a way to prevent user from seeing the content of my website directory. I guess I might put a .htaccess with that line in it:
Options -Indexes
but it doesn't work because all I get is a Server Internal Error and I don't understand why.

I know it would be easier to put a index.html file in each directory, but I'd prefer solve this problem.

Can anyone help me please?
#3
Support Requests / adding a domain
October 31, 2006, 05:53:20 PM
Hi,

I encounter a very strange problem. I'm trying to add a domain on my account. I followed the instructions given on the website. But I received a mail from Admin saying the domain cannot be added because it is not pointing on the appropriated DNS. I checked and resubmit my request again. Same answer from Admin. I'm sure I entered the appropriated DNS:
(here is a screen from the domain control panel)
Can anybody help please?

Thanks,

Angelo.
#4
Support Requests / URL Rewriting problems...
March 20, 2006, 08:50:12 AM
Hi,

I'd like to use URL Rewriting to point links like this one:
http://www.creersonsite.fr.nf/cours/PHP/sommaire.php
to this:
http://www.creersonsite.fr.nf/index.php?cours=PHP&id=sommaire

So in my .htaccess file I wrote:
RewriteRule ^/cours/PHP/([^/]*)\.php$ /index.php?cours=PHP&id=$1 [L]

but it doesn't work, seems like the variables put in the URL do not exist. And I don't understand why.
Do anyne know why?

Thanks
PS: Sorry my English is not very good.
#5
Support Requests / subdomains with .htaccess
December 19, 2005, 12:49:15 PM
Hi, I don't  fully know how I could explain my problem 'cause my English sucks...

I registered a domain: www.creersonsite.fr.nf and a subdomain: forum.creersonsite.fr.nf

I'd like the user to be redirected to www.creersonsite.fr.nf/Forum/ while visiting forum.creersonsite.fr.nf
but I don't want the redirected url to be written in the address bar. I think I must use a .htaccess file.
But I don't know how.
I mean I thought I only had to write this:

RewriteCond  %{HTTP_HOST}  forum.creersonsite.fr.nf
RewriteRule  ^ Forum/{REQUEST_URI}  [L]

But this is not working. Is there anyone who could help me please?