Archive for the 'Uncategorized' Category



Ink Cards

Monday 26 January 2009 @ 3:16 pm

Image

Great collection of ink cards!
Continue Reading »
Ink Cards




Quote of the week #1

Wednesday 21 January 2009 @ 5:08 pm

Never take life seriously. Nobody gets out alive anyway.




How to get .htacces in your ftp program

Monday 13 October 2008 @ 2:57 pm

Many people complain they can’t find the .htaccess in their FTP programs. Most users must edit .htaccess for the permalinks of wordpress. Here’s a short tutorials with ways to get htaccess to show up.

#1. Getting .htaccess in WS FTP PRO
This is for the FTP Professional version.
First of all, go to your website’s properties and add -a to the Remote file ask field. (to make .htaccess visible).
1. Create a new text file and call it 1.txt
2. Upload it to your root folder with FTP pro.
3. Go to operations >> Rename >> and call it .htaccess
4. Right click the file and go to properties
5. Check all the fields for a 777 CHMODD (writable for wordpress itself).
6. Done!

#2. Getting .htaccess in CoreFTP or Cuteftp
1. Go to the site manager and edit the settings for the server website.
2. Go to the “general” tab and click on the “Enable Filter” checkbox and then the “Filter” button.
3. Go to the “Options” tab and check “Enable remote filters” and enter ‘-la’ (without the quotes) into the “remote filter” text box.