Wiki

Articles tagged with "server", sorted by viewsX
Displaying 1-2 of 2 result(s).

Yii and XAMPP server on Windows

Created 2 years ago by TrejderTutorials0 comments – viewed 28,582 times – ( +3 )
This article explains issues about installing XAMPP server package (Lite version) on Windows OS and configuring it for serving webapps written in Yii. Please note, that XAMPP is available for many more platforms and systems. I write about Windows edition as it was the only one tested by me.
tags: windows, xampp, server

Use application on production/development environment without making changes

Created about a year ago by ifdatticTips2 comments – viewed 16,159 times – ( +8 / -1 )
I like programing on my localhost, however it really bugged me to make changes to index.php & config files on my production server. After combining all available wiki articles on this topic and some trial and error this is what I use for my applications so I could just upload it to production server and it will work without any changes.