Tagged Questions
0
votes
1answer
66 views
Prevent file table from showing navigation links [closed]
I am trying to display the files in my folder, "Amir", but my table keeps displaying all of the files, "." and "..". How can I prevent my table from displaying ".." or "."? I have placed the code and ...
-1
votes
1answer
68 views
displaying a list of files [closed]
In my web application I have the user sign up for an account, then the account data is saved in a mysql database. The user can then go to "index.php" and log in with their credentials. My application ...
2
votes
1answer
151 views
show content on domain.com from a sub directory
I have a domain that looks like domain.com
on the server files look like:
<www>
<mydirectory>
<otherstuff>
<asubdomain>
index.html
.htaccess
ok, so when you open the ...