Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Abah Joseph
Your directory configuration should look like this

Directory C:\path_to_www_root
  Order Deny,Allow
  Allow from all

Options Indexes FollowSymLinks Includes ExecCGI

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be All, None, or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride All
/Directory


On Mon, Oct 4, 2010 at 10:53 AM, kranthi kranthi...@gmail.com wrote:
 apache error logs will be helpful in this case. Their location varies
 depending upon your installation. But in any case they'll be insde
 your server directory (IIRC it is c:/Program Files/Apache Software
 Foundation/Apache by default)

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
Share with free mind!
Join the world largest open forum for hackers and programmers.
http://www.tuwana.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Modular application

2010-09-06 Thread Abah Joseph
I appreciate you all. the php community is a wonderful community.

i`m developing an application that i need to support plugin for
additional features, i have used joomla and prestashop. i love the way
module interface on prestashop and i have been looking into the
classes but i did not understand the theory behind the module
positioning.

All modules must define at least a position, the position may need to
exists inside the template where the module will be displayed.

second, assume i have a registration form with 10 Fields matching 10
Fields in a table and later i want to add like 5 more Fields, did i
need to alter the table and my scripts again? or a plugin should take
care of that, i need some theory to take care of such situation.

Thank you in advance.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php