News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dest

#61
Support Requests / Re: PHP include not working?
February 14, 2006, 02:08:50 AM
With .htaccess, you can set up any file type to accept php.  Quite useful for dynamic images when forums only accept certain extensions.  (Of course, the other way around that is to make a directory look like a file, like naming a folder blah.png)
#62
Support Requests / Re: PHP include not working?
February 13, 2006, 05:34:08 PM
try just <?php include("sidebar.php"); ?>
#63
Support Requests / Re: PHP include not working?
February 13, 2006, 02:39:54 AM
try removing all those extra spaces, especially between the < and the ?

try <?php include("/fpgs/fpghttpd/hotbox/sidebar.php"); ?>
#64
Support Requests / Re: 500 Internal Server Error
February 12, 2006, 06:26:57 PM
Are you using any .htaccess files?  Check them. There's probably something wrong in one of them.