Tuesday, December 30, 2008

Getting color screen for CakePHP application while executing localhost.

Getting color screen for CakePHP application while executing localhost follow these steps:

1.Start executing Cake browser application through moziilla/IE/opera/netscape/flog etc.
if you got error like "without getting color screen " for Application.
2.Open C:\xampp\apache\conf directory
3.Open httpd.conf file.
4.Remove # from line number 118

# LoadModule rewrite_module modules/mod_rewrite.so
give like this
LoadModule rewrite_module modules/mod_rewrite.so
5.change "None" as "All" in 188,331
like this

Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all

As

Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all

6.Now restart apache and Browser.
7.Execute your application.

Amarender goud

It is reference for PHP like error handlings, history of PHP, set path for CakePHP.
It is best blog for refering all the details about PHP.


Blog

Saturday, December 27, 2008

About PHP


PHP is a powerful server-side scripting language for creating dynamic and interactive websites.

PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.

The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows.