View Single Post
  #5 (permalink)  
Old 01-23-2008, 05:25 PM
huncyrus's Avatar
huncyrus huncyrus is offline
Boss Cart Support
27 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Jan 2008
Location: EU
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default the tutorial...

so the Step 03 # 2
If we like using each extension, just deleting the # character.
I prefer to enabling the mod_rewrite.so (!) if we doing it, we can using .htaccess, mod_rewrite and SEO stuffs. (i testing it, its working)

Okay, after it, we need setting the work dir.

First search this section, and rewrite the c:/xampp/htdocs to the destination / final workdir.

Okay, if we modifyng the documentumroot, we must modify this section too!


Step 04: Setting up the PHP!

We need check the php.ini. it is the heart of the PHP. So first create a backup file. Why need the checking? For the extension!
The base (default) setup is not bad too, but must checking.
Oky, this file in the xamp directory xamp \ php \ php.ini

To enabling any extension just deleting the ; character.

I know, the best extension is:
- gd, gd2, exif for image manipulating
- db, dbx, sql, mysqli, odbc for database support
- bz, zlib, zip for compression
- and anything what we like...

Step 05: Restarting and testing
Okay, thats all folks doc! Just restart ALL service, then wait for good status window.

After the status is okay, just open a browser. (internetexplorer, mozilla, maxthon, opera, elephyani, safari or other... )
Then write this to the URL : We'll Have More Soon ->
Code:
http://localhost


If all is ok, you look now the base index file, with xamp language choicer.





Ok, this was the first tutorial.

Last edited by huncyrus; 01-23-2008 at 06:11 PM.
Reply With Quote