General :: Put A Zip Folder At /var/www/html/
May 20, 2010
i have put a zip folder at /var/www/html/ am trying to download it on a client machine it gives me this error
You don't have permission to access /db_airarabia_crp.zip on this server. i changes the permission on the file to 666 but still its the same
View 5 Replies
ADVERTISEMENT
Jun 3, 2010
I try to link two page from different folder and directory1. I want to link [URL]
View 9 Replies
View Related
Jan 24, 2010
i am newbie to fedora and php,fedora test page is displaying when i give the ip address now i want to add a .php file in /var/www/html folder but it says permission denied when i want to save .php file in this folder
View 2 Replies
View Related
May 9, 2009
I'm setting up my fedora 10 server. I am currently working on samba. I have added users and created their home directories with their own html directories. I have changed their html directories to 777. However, it appears to be read-only since I cannot create files or folders within it. Can anyone please give me some ideas as to what may be causing this? Probably some extra configurations I may have overlooked? Any help would be kindly appreciated. I also created a general wshare (writable share) directory for all users within home directory but I am encountering the same problem and cannot write to it.
View 8 Replies
View Related
Mar 7, 2011
It's a few days now that I notice everytime I save a page in Firefox, only the .html file is saves, and firefox does not make a folder associated with the page in which it saves the images, etc..Could this be because I installed TOR and the TORBUTTON for firefox?I have, however disabled the TORBUTTON addon from Firefox, and restarted the browserbut the problem persists.
View 2 Replies
View Related
Jul 5, 2009
I have a local network that has three LANs and each LAN has several machines. I created a folder named myweb that contains html files under /var/www/html/. Let's say the folder is on A machine. From B machine, which is in different LANs, I want to access myweb folder using a web browser. I can ping both machines nut I can't access the folder. I tried [URL] where sxa.org is the hostname and the http server (Apache) name.
View 4 Replies
View Related
Jun 28, 2009
I am having a time at trying to get a simple FTP setup to my Var/www/html folder for my canned Joomla website. I can log in anon with no write permissions, but it will not log in using any users I have setup on the server. I've googled a bunch, but nothing to correct my 530 authentication failure when I try to log in as one of my user accounts for the server.
View 2 Replies
View Related
Nov 8, 2009
I've searched and searched for a solution to this and cannot find one. I've installed phpMyAdmin on Fedora 11 using YUM. I've also got MySQL 5 latest and PHP 5 latest installed using YUM. My Apache server document root is var/www/html/ and I can go to [URL] to view my php files. MySQL has root user configured (as far as I can tell) and I have set the password for the root user. After installing phpMyAdmin, I did restart httpd service and I have mysqld enabled and running. However, after installing phpMyAdmin, it does not create a folder in var/www/html/ and so, of course, I get told that phpMyAdmin cannot find navigation.php when I go to [URL].
I've edited /etc/phpMyAdmin/config.inc.php, but this has not helped. I've even DL'd phpMyAdmin from their site and copied the files over to /var/www/html/phpMyAdmin/ and chmod'd the files and folders to 777 permissions, but this has not worked, either. I still get the same "unable to find navigation.php" error.
View 3 Replies
View Related
Mar 9, 2010
I used wget -r to get all the web pages that were linked from index.html. The pages listed in index.html are all chapters. After using wget -r, all the chapters are now in the same folder on my local hard drive. Is there a way to build the chapters in their proper order into a "long"/"full" web page, rather than simply having each chapter as a link/next link on a previous page?
View 9 Replies
View Related
Sep 12, 2009
what is the best way (i.e standard way that is supported on all browsers and probably as well followed by web crawlers).... to include an html file either locally or externally in another ? Of course , i've done the research and i also know that there are server side includes (php , asp ...you name it) at the moment , i'm using this:
Quote:
<script type="text/javascript" src="path to file/include-file.js"> </script>
however, i've been warned that this method may not show up in some browsers as some tend to ignore this tag and that crawlers like your favorite search engine wouldn't bother reading this. so , what is the best and safest way to do the job? and btw , the reason why i've ousted SSI's from the start is because of among other things:
1) the fact that the included file is static html and because the text is included pretty much everywhere
2) hoping to reduce load time as the code (if successfully recognized) would hopefully be treated like any other embedded external file (e.x like an image) , therefore it would be cached without the need to downloaded it over and over again for each new page on the site.
View 1 Replies
View Related
Jun 11, 2010
I have a folderA that contains folderB that contains a lot of files. I would like to get rid of folderB, but not its contents. I want those contents to be inside of folderA. How can I accomplish this on the commandline?
View 2 Replies
View Related
Nov 23, 2010
In Linux bash shell, for a given directory, how can I list:The create date for that directory The number of files in that directory The number of subdirectories in that directory.
View 3 Replies
View Related
May 13, 2010
I wanted to enable file sharing in for one of my folders under the home directory. I noticed that the 'not shared' and 'shared' always defaulted back to 'not shared'. And now I see what looks like an electrical plug icon symbol over the folder icon symbol like I might see used for some of the root folders. What does the new icon indicate about the folder attributes and why does file sharing default to 'not shared'?
View 1 Replies
View Related
Jul 2, 2010
Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,
Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.
$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.
View 1 Replies
View Related
Jan 9, 2009
id like to lock a user into his websites folder not his home folder. and i dont want him to be able to veiw anything outside that folder, only be able to play with whats inside that folder. is this possible?
View 4 Replies
View Related
Feb 4, 2010
In the linux machine we need to mount a folder names sever under apps folder with the user as steve. Also the steve user should have the permission to create the files in the folder. As of now, its mounted as root user.steve is in list of sudo users.
View 4 Replies
View Related
Sep 10, 2009
How would i go about copying all .jpg or .JPG files from a folder and all its subfolders to my /usr/name/pictures folder? I'm guessing I'd have to use some sort of .[jJ][pP][gG] to get all the pictures from other examples i've seen, but really not sure how to use that in a recursive cp.
View 14 Replies
View Related
Apr 5, 2011
how to run the html in linux. the code i already complete but i just dont know how to run it. i store it inside /var/www/html/. i just cant run it
View 8 Replies
View Related
Sep 21, 2010
My Linux username is "virchanza" and my group is "virchanza".How do I make a publicly-accessible folder within my private home folder?
View 3 Replies
View Related
Feb 7, 2011
Is there a Commend to move the content of a folder -only image files no subfolders- to another destination folder?Actully, I had a look on the following post:Post tilte:Using mv to move the content of one directory into anotherFrom it, I tried that:
Code:
# rsync -a SOURCE/ DEST/
But, it copy a folder as all to the distination.
[code]...
View 10 Replies
View Related
Mar 4, 2010
i need to copy files from a folder called output files to another folder called running but im not able to do it i always get a stat error
View 14 Replies
View Related
Feb 10, 2011
I have an FTP account that when they log in they go to /var/ftp/uploads according to etc/passwd.I want to temporarily stop the uploads from coming in, but don't want to change the password on that account. If I rename the uploads folder to something else, what will happen when they go to log in since the /var/ftp/uploads path is no longer valid?
View 6 Replies
View Related
Apr 8, 2011
I'm trying to determine if IE is viewing my web page with the following HTML code:
Code:
But I don't see anything except "Test for IE". It is like the tests are being treated as comments? Do I need to turn something on in the server?
View 3 Replies
View Related
Jan 30, 2010
GNU/Linux, Linux kernel 2.6, Slackware distro.
Under windows XP o.s., running Windows Internet Explorer 8 (or 7) I can save a web page in tree different ways: as an HTM(L) file and some secondary files such as GIF files in a separate directory, as a single XML file and as a plain text file. More precisely, I'm seeing a web page on the screen. Then I do File>Save As. A dialog box diplays and I only have to choose the format and click <OK>.
In linux, I use one of three web browsers: Konqueror, firefox or Seamonkey, all of them under KDE (I lack Gnome). So, is there a choice, when in linux, similar to the one stated above?
View 2 Replies
View Related
Feb 23, 2010
info is the dufault document format. I am very like to read documents in this format.But, sometimes there is some articles or books are composed in html format.I wonder if there is some way to convert the html documents to the info ones.
View 3 Replies
View Related
Nov 25, 2010
I created a local user acount and tested FTP. This allows me to post files to this directory using filezilla. I then created a webftpaccount and set the home directory to /var/www/html. Here are the permission to this directory using ls -l drwxrwsr-x 6 webftpaccount webftpaccount 4096 Nov 23 10:32 htmlhere are the permission on the sub directories
drwxrwsr-x 2 webftpaccount ftp 4096 Nov 14 07:37 myfinanceguard
drwxrwsr-x 2 webftpaccount root 4096 Nov 14 07:37 mylawguard
drwxrwsr-x 2 webftpaccount root 4096 Nov 14 07:36 xpiinc
I can log into the webftpaccount using filezilla client and it lists all the directories.It will not allow me to write a file into the html directory or any of the sub directories.Can someone help me set appropriate permissions on these directories so that I can get this working? I need to get FTP working so I set up dreamwaever FTP tlich and maintain sites.
View 7 Replies
View Related
Nov 11, 2009
I want to use an utility to convert word,pdf to html with same formatting. that utility able to run in commandline also. i want to integrate it in web page. so which utility is suitable for it
View 9 Replies
View Related
Apr 14, 2011
I have written a scripts that checks the load average of server and if it is more than 5 it send a mail describing Current Load Average and High CPU/RAM processes . The problem is I want to send these information in html form .I have done necessary coding to do the same but whenever i try to include the output of following It doesnt seems to be properly formatted.
Code:
echo "Top 10 CPU Utilized Processes" >> /tmp/Load_Average_Check.html
ssh -Tqn $1 ps auxf | sort -nr -k 3 | head -10 >> /tmp/Load_Average_Check.html
echo "-------------------------------------" >> /tmp/Load_Average_Check.html
[code]....
Is there any way i can send some part of script output in html while other in plain text ?
View 2 Replies
View Related
Nov 3, 2010
I got a folder that I transfer stuff to all the time. the folder is in chmod 775 but when i upload folders and files, they are given chmod 700, but i want it chmod 775 everytime i upload something. so far i have logged in to my linux computer and did a chmod -R 775 to the folder every time i uploaded something to it. is there a function somewhere to make it 775 everytime i upload or can i have something run a script, so i don't have to go in and write it everytime i upload something?
View 2 Replies
View Related
Jun 15, 2010
I need to convert a very large latex project (made up of many .tex and style files) into .html (or something similarly non-.pdf). Can someone recommend a quality converter program? Preferably, one that is:
[Code]....
View 1 Replies
View Related