Articles tagged with “linux”
- Web Host Recommendation: A Small Orange Delivers Superior Service
- [ Keywords: shared, hosting, small, orange, asmallorange, aso, cpanel, whm, server, host, excellent ]
Perishable Press switched to A Small Orange [ASO] in March of 2007. At the time, I was looking for highly recommended shared hosting with several key features:
Solid customer service and extremely reliable server uptime
Unlimited domains with plenty of disk space and bandwidth
Unlimited Email ...
- Use PHP to Create Symbolic Links without Shell Access
- [ Keywords: symbolic, links, symlinks, symlink, shell, access, php ]
On Unix systems, a symbolic link refers to a file that points to another file or directory. Symbolic links serve as powerful tools for web designers and developers. Using shell access, creating a symbolic link requires only one line of code:
ln -s /home/username/public_html/directory1 /home/username/public_html/directory2
Simple enough. Assuming you have access to the linux shell. Unfortunately, many shared hosting environments ...