Archive for June, 2008
Step by step install wpmu in FreeBSD
A client need to install wordpress multi user to teach their employee about blog. They want it installed in their server, running FreeBSD 7 stable.
Here’s step by step install wpmu in FreeBSD, might be useful for someone
1. Download latest wpmu file.
wget http://mu.wordpress.org/latest.tar.gz
2. Extract and rename
phantom# pwd
/home/phantom/public_html
phantom# ls
info.php latest.tar.gz
phantom# rm latest.tar.gz [...]
Enable register_globals in one virtual host
one of my client wanna install prestashops.
They want register globals off and session autostart setting to off.
Those setting only applied to their store only, not affect whole setting.
Because I have setting to httpd.conf I just add two lines :
<VirtualHost 222.124.140.27 >
ServerAdmin webmaster@clientdomain.com
DocumentRoot /home/clientname/public_html/store
ServerName store.clientname.com
php_flag register_globals off
php_value session.auto_start 0
</VirtualHost>
Yes, master value leave intact and this setting [...]
SEO and Wordpress Permanent Link
Its common sightseeing for me to see wordpress permalink untouch or customized.
In my opinion permalink provided by wordpress really help in the eye of search engine.
For demonstration purpose I take a few blog from Wongkito Community :
>> Default
1st example : Take IT Or Leave IT
When I click the title, I’ll see this url :
http://blog.jafisnet.com/?p=200
As you [...]
Double Check Oil Filter
“Double check your oil filter”.
That advice is the only words my uncle said before I leave for village journey. He know that I have little experience with my car. My standard preparation before decide to use my car for vacation is simple : send my car for tuneup. Technician will do a routine in machine [...]
- Audio Analysis and conversion. by forecaroli
- 300 MANUAL article submissions for each of 3 articles by flippy
- Auto Sizing Open Windows by reedyweb
- dvd 2 project by olf
- PHP/MySQL Database EXPERT by jasonp1
- ONIX XML Converter by PCSBOOKS
- Nonpublic project #311510 by MiracleHill
- Two Colones needed immediately. by niku72
- Clone dealnews.com CMS by shahrilfadzli
- Computer Program: Scheduling by meagher
