Chmod and Permissions Guide
Changing File Permissions
Let’s take a closer look at the contents of a sample directory by typing the command ls -l (the “l”...
Views: 325
Unix Commands
This is a practical selection of the commands we use most often. Press <Tab> to see the listing of all available command (on your PATH). On...
Views: 303
Addon vs. Parked Domains
Addon Domains Parked Domains
Main Domain Appears in the Address Bar
Yes
No
Apache Directive Used
VirtualHost
ServerAlias...
Views: 293
Rounded Corners
Download this file and place into an images/ folder:
CSS:
* {margin:0;padding:0}
h1...
Views: 293
Default .htaccess
ErrorDocument 403 /index.php?do=/public/error/403/ErrorDocument 404 /index.php?do=/public/error/404/RewriteEngine OnRewriteCond %{REQUEST_URI}...
Views: 287