Jump to content


VlexoFree Notice

Interviews will be open every Friday starting at 12am PDT and lasting for 24 hours.

Sharad D

Member Since 21 Apr 2010
Offline Last Active Today, 05:55 AM
*****

Topics I've Started

Filezilla Error

12 May 2012 - 09:32 PM

Hi,
  Whenever I try to connect using Secure FTP, I get the following Error.
Error: Disconnected: No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)
Error: Could not connect to server

I guess tesla doesn't support Secure FTP yet.

.htaccess

11 December 2010 - 06:09 PM

I've seen most people leaving their content open. They set all images in images/ directory and forget to add index page to hide the content!

To hide the content if index page is missing, Add the following in .htaccess file preferably in public_html directory as it applies to child directories as well
Options -Indexes

To override above in child directory, Add in child directory
Options +Indexes

You get 403 error if someone tries to access it. Once you place index page, that page will be displayed properly.

FOSSCamp

25 October 2010 - 09:14 AM

Hi Eli,
There is an event going on in our coll this week and website useage will be high! Hopw it doesn't trouble other users. This event ends by 31st Oct. Load will be reduced by Friday itself.

Sub Domains

19 August 2010 - 08:37 PM

While I was trying to add second sub-domain, I noticed that add on domain had used up one of my subdomain... So basically, I get only 1 Sub domain and 1 Addon domain but accourding to plan there had to be two subdomains... (Or is it including add-on domain).
  At present, I tweaked it using parked domain and used .htaccess for redirection... That is sufficient for me, but wasn't sure if it is allowed...

OpenID

05 August 2010 - 03:35 AM

When I try to login with OpenID, I get the following Error

Warning: mkdir() [function.mkdir]: No such file or directory in /home/forum/public_html/*****/sources/loginauth/openid/auth.php on line 637