Php localhost/ directories show ?? ICONS


 
Thread Tools Search this Thread
Top Forums Web Development Php localhost/ directories show ?? ICONS
# 1  
Old 02-26-2014
Question Php localhost/ directories show ?? ICONS

I have been troubleshooting a couple of problems all day that have to do with this all day. I do not know if you need to know the code I used in php but if you do I will post it.

I hope that you can see the .pngs.

Thanks ahead of time.

Using phpMyAdmin and creating files.... somehow during the day I corrupted something in My Index Tree Structure which is now incorrect - not working.

When I type in the url:
Code:
localhost/

I get the following directory; indexOf.png
But I expect to get 'It works.'


When I click on the folder phpWithAlex (the one I am working within today)
all of the directories have ?? marks as icons; indexOfphpWithAlex.png

note: when i type in the url localhost/~shortname
I still get the expected 'My Site Works'

Sorting this out is important and I appreciate the help.
Php localhost/ directories show ?? ICONS-indexofphpwithalexpng
Php localhost/ directories show ?? ICONS-indexofpng
# 2  
Old 02-26-2014
Those attached images are nearly impossible to read.

Please post the relevant information as text with code tags in the forums. Thanks.
# 3  
Old 02-27-2014
Thanks. This is holding me up quite a bit. I have searched on line.
I was troubleshooting something using Apache yesterday.
Now my index directory tree is showing ? ? ? ? icons.

url: 301 Moved Permanently
browser window output:
index of /
Code:
[DIR]phpmyadmin
[DIR]phpWithAlex
[icon]PoweredByMacOSX.gif
[icon]PoweredByMacOSXLarge.gif

I click on phpWithAlex.
url:localhost/phpWithAlex
browser window output:
Index of /phpWithAlex.
Code:
? anotherPage.php
? anotherpage2.php
? conf.inc.php
? conf2.inc.php
? echo.php
? errorReporting.php
? file.php
? header.inc.php
? header2.inc.php
? index.php
? index2.php
? names.txt
[DIR] nbproject
? oldIndex.php
? phpFileTree.php
? renamed_index.php
? setSessions.php
? unsetSessions.php
? view.php

The original post has screenshots which are difficult to read but if you zoom in you will be able to see the ??marks to the left of the files.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Tip: show the last 3 directories in the shell prompt

tcsh: have the following in .cshrc (or .tcshrc) set prompt=": " zsh: have the following in .zshrc PS1="%# " bash: have the following in .bashrc PS1='\$ 'Lacking direct support this is a good approximation. (0 Replies)
Discussion started by: MadeInGermany
0 Replies

2. AIX

CDE: why no icons?

Why my cde show no icons? I have installed X11.Dt.ToolTalk 7.1.3.15 C F AIX CDE ToolTalk Support X11.Dt.adt 7.1.3.0 C F AIX CDE Application X11.Dt.bitmaps 7.1.0.0 C F AIX CDE Bitmaps X11.Dt.compat ... (8 Replies)
Discussion started by: Linusolaradm1
8 Replies

3. Shell Programming and Scripting

Extract function names and directories from php files

I need a script that extracts function names from php files together with their location (path and file in which they are defined). The php files are located in several directories under a base directory. Ideally the output should be something like: "Path/FileName/FunctionName" for a... (2 Replies)
Discussion started by: bamse
2 Replies

4. Web Development

HTML/PHP show IMG based on location

HI guys/gals, I like to add some personal touches to a welcome image on our mediawiki site, and have the welcome be displayed in the, presumed, language of the visitor. Standard would be English, but if the IP or browser or OS is set to be in India, I want to display the message in Urdu for... (5 Replies)
Discussion started by: lawstudent
5 Replies

5. UNIX for Dummies Questions & Answers

show all text files in directories and subdirectories

Hi! I am trying to find all text files in my home directory that contain the string "C-d" so I tyied this : cd ~ find . -type f -exec grep -l "C-d" {} + but it took very long so I tryed this : ls -aR | xargs file |grep text but it didn't descend in the directories and it said :... (3 Replies)
Discussion started by: kelamahim
3 Replies

6. UNIX for Dummies Questions & Answers

Shell Scripts - Show all directories with full information ( and no files)

Hello all, i'm stumped.... I need to list all directories with all there info and exclude the files, then vice versa. I am not sure if I need to string several ls commands together or how to even do that. I believe I need to do some variation of ls -l but need to figure out how to take out the... (5 Replies)
Discussion started by: citizencro
5 Replies

7. Emergency UNIX and Linux Support

Vsftpd Not showing icons

Hi guys. I have configured ftp server with vsftpd. now here is the crazy question: vsftpd does not show icons besides folders and files and also it doesn't show folder sizes. (4 Replies)
Discussion started by: majid.merkava
4 Replies

8. Web Development

403 Forbidden / show directories

I have a directory that I want to just list the items when going to the URL instead of having an index.html page in the folder. I keep getting a 403 forbidden even though it is in my document root. I tried to add: Alias /keys/ "/var/www/html/keys/" <Directory "/var/www/html/keys"> ... (6 Replies)
Discussion started by: ippy98
6 Replies

9. Solaris

How to get a second Icons - Window!

Hey everybody! I'd like to get a second Window for my program Icons, any Idea how to solve this problem?? :confused: thanks, Tom (3 Replies)
Discussion started by: TomStyria
3 Replies

10. UNIX for Dummies Questions & Answers

redhat 7.2 icons on desktop

Hello all, Is there a way to change the behavior of the gnome desktop manager so that when your iconify a window it will be place on the desktop intead on on the task manager (gnome-panel)? It gets confusing having to loook throught the gnome-panle for the window I want when you have alot of... (1 Reply)
Discussion started by: larry
1 Replies
Login or Register to Ask a Question