Posts Tagged ‘php’
Better Server Setup for CI
Monday, May 24th, 2010
I've been using Code Igniter (CI) for a lil bit, but one of the things I noticed... with most frameworks - you need to keep re-creating the entire framework folder for each app.
The best thing to do is keep it in one spot, and map to it relatively. I've done this all the time in CF - which is heaps easy to do with the CF Admin - Mappings.
Here's how… Continue reading
Cfwheels
Thursday, February 11th, 2010Moving Wordpress to subfolder
Thursday, July 30th, 2009
Okay, I did a dud thing and moved my wordpress into a sub-folder and forgot to re-configure it. Totally messed up all the stylesheets and the login and everything.
Anyway I found out how to fix it. So firstly, move all your wordpress files from your root level to a sub folder like 'wordpress' - move the index.php file as well!
in /wordpress/wp-config.php
add the following lines with your own site and this… Continue reading
XAMPP for Windows
Sunday, May 3rd, 2009
I recently started using this program its fantastic! It's like Uniform Server yet slightly better. XAMPP is a type of WAMP (Windows/Apache/MySQL/PHP) that runs straight off your computer.
http://www.apachefriends.org/en/xampp-windows.html
Uniform Server on the other can run off a single usb - simply by running the app it mounts a virtual drive for your web server and off you go. When your done, simply stop and the drive is unmounted. On the other Continue reading