I have a local area network in my home office with some Windows and one Linux computers on it.
My main computer is the main developer computer in my network. I run a WAMP server on it and some web scripts for testing and development purpose.
Let’s name my main computer to ComputerOne, and every other computers [...]
Hippo Portal
Hippo Portal is an open source licensed set of Java components and web applications enabling an easy integration of Hippo CMS and Hippo Repository with an Apache Jetspeed based portal.
Hippo Portal provides Content Repository based site and navigation management, multi site publishing and user friendly (content) url mapping natively integrated with the Jetspeed Portal.
Website: [...]
I installed WordPress 2.9.2 in a subdirectory of a Joomla site and activate the “pretty” permalinks with custom URL structure: /%category%/%postname%/ – this setting requires Apache mod_rewrite module see.
Okay, frontpage of the WordPress site was loaded without any problem, but all subpages gave 404 errors and were redirected to the Joomla site’s 404 error page.
After [...]
Digest authentication is more secure than Basic authentication, because using digest authentication, your password is never sent across the network in the clear, but is always transmitted as an MD5 digest of the user’s password. In this way, the password cannot be determined by sniffing network traffic.
Resources:
Debian 5 Lenny
Apache 2.2.9
Enable mod_auth_digest and disable mod_auth_basic
Apache module [...]
If your hosting provider doesn’t give you any directory password protection tool, but you want to protect your Joomla! admininistrator directory with an encrypted password, do the following.
1, Create an empty file .htaccess in your Joomla! administrator directory. Put the following lines in it:
AuthType Basic
AuthName “Joomla Administrator”
AuthUserFile /full/path/to/joomla/administrator/.htpasswd
<Limit GET>
require valid-user
</Limit>
Modify the /full/path/to/joomla to your Joomla [...]