PDA

View Full Version : Template won't load-- Just get an index of folders


Anonymous
02-09-2005, 01:03 AM
Everything was going so swell. Put all in a folder called "pixelpost" and ran "pixelpost/admin" successfully. Uploaded a picture which showed fine in admin but when I type the url /pixelpost I get no image template just an index to the folders in pixelpost. Any ideas?

Connie
02-09-2005, 07:23 AM
Everything was going so swell. Put all in a folder called "pixelpost" and ran "pixelpost/admin" successfully. Uploaded a picture which showed fine in admin but when I type the url /pixelpost I get no image template just an index to the folders in pixelpost. Any ideas?

first: your directory should not show when there is no index-file... (directory-listing off...)

second: as "our" index.php is not executed, try to call pixelpost/index.php in your browser

does this work? If this works it just shows that your server-configuration does not accept index.php as index-file (ask your hoster to add this file-type to the configuration)