In this tutorial, I let you see how you make your own scripting language, as easly as possible.


Typ in a Text Editor (I've used MousePad) this code line.
Save it as ex.htaccess (this must been done for Mac/UNIX users, Windows users can save it as ".htaccess").
Write something in PHP and save it as, for example: index.itrulez (or .[something in the .htaccess])

Make a folder.
If you are planning to use that on everything, or have a new hosting, skip this.

If you are a Mac or Linux user, after uploading it to your FTP, rename it to .htaccess.
If you are a Windows user, just upload your page and ".htaccess" file, and don't rename it.

Start your web browser and typ in http://YOURDOMAIN/DIRECTORYNAME/index.itrulez.

That's it for today.
Remember, while making the .htaccess file, feel free to replace the .itrulez to another thing.
If you still don't know why UNIX/Mac users need to save .htaccess as ex.htaccess?
Because on Mac, Linux and other UNIX based systems, .htaccess, .htpasswd and other files starting with a dot, will be hidden.