1,520 Topics
| |
Hi, So far, I worked with IIS. So I can map network drive and create a virtual directory from the maped drive. Now, I have moved to Apache, but I don't know if Apache can do the same thing. Can anyone tell me? If can, how to do it? Thanks … | |
Hello everyone, I am reposting this on new Thread. Troy already responded and I would like to follow up on new thread ******************* Originally Posted by cider_or I am able to view localhost page and now I wanted to set up my website on my Apache server. I have a … | |
Is it possible to compile php5 (or really any php version) into the apache2 binary? I'm not looking to install & load php as a shared module. What I'm trying to find out is whether or not it's even possible to compile php5 into apache2 statically. I've been reading through … | |
I found this book extremely useful in learning and using php, mysql and apache together. it's great | |
Hi, I am new to FC4 and want to host a website. I can't seem to pull up the webpages on my server. I have a domain configured at dyndns.org and my router forwarded to the server. I am not sure which files I need to edit, I'm sure I … | |
Hello, I have a problem with the apache. is that when I open to the apache the Internet to explorer or any other navigator lets work. I open to a Web anyone and he throws error to me and when I deactivate the apache I can enter any Web. Somebody … | |
Ok, i'm teaching myself PHP. The book i'm useing is telling me to create this 2 page file uploader. Everything is just the way it is in the book. However, when i use it on my server, it tells me that the path is wrong. The book tells me to … | |
I am storing files in a folder on my Apache server. The files should only be accessible to those who are logged in and are in a directory that is not public knowledge. I have set the permissions of the directory to 700 and the files are 700. The way … | |
Is there anyone out there willing to give me a pretty much step by step instruction on how to use apache, or any software program to start the server. I am using RedHat 9 and i am using a graphic mode. If you could tell me how to set it … | |
I need a little help with apache. I have it running and can access the Test Page from the internet. however, i want to go to index.html. When i type in [url]http://ipaddress:port/index.html[/url] the index does come up but when i just type [url]http://ipaddress:port/[/url] i get the test page. How do … | |
So, I want to redirect traffic from: http://somewhere/writing/index.html to: http://overhere/blogs/ I used this in my .htaccess file in the writing directory RewriteRule ^index.*$ http://overhere/blogs/ [R=301,L] which works fine unless someone just visits: http://somewhere/writing/ which takes them to the default 'index.html' page Can anyone help? | |
I'm currently using phpMyAdmin with Plesk 7.5. Well first of all there's the known problem with the CSS not working, but that's besides the point. My question is actually whether it's possible to access phpMyAdmin directly through some URL instead of first logging into Plesk and then navigating all the … | |
Hello all, last week my ISP did maintenance on their servers and ever since then if I type in [url]www.google.com[/url] or anything else it brings up a "powered by APACHE" page with writing like "Seeing this instead of the website you expected?" and I cannot get Microsoft Internet Explorer to … | |
Once php has been installed on apache server, why I cannot run php program on it, any idea? | |
I have been asked to "Analyse & Compare the Key Features of IIS 6.0 & Apache 2.0" I have to present it to my management team and it should not be to "Techie". I have found plenty on IIS but am struggling on Apache 2.0. Any details on Security, Reliability, … | |
Hello I've been searching low and high to find the answer to this question. I should point out I'm an apache/php noob so if you have an answer/solution please explain it in understandable terms. My situation is thus... If I run PHPCONFIG(); in a php page, what should the SERVER["SERVER_ADDR"] … | |
I installed Apache2, PHP5, openssl, Mysql4.1 all from src(except MySql=>RPM). The problem I am having is with PHP ( well I think anyway ). When I start Apache it loads php without error, but when I point Firefox to localhost/test.php which contains CODE: <?php phpinfo(); ?> ,its displayed rather than … | |
I'm trying to do a very basic per-directory mod_rewrite. I have an old URL that points to a file that no longer exists: [url="http://www.bigblueball.com/im/msn/tab/default.asp"]http://www.bigblueball.com/im/msn/tab/default.asp[/url] and I want to redirect that to it's replacement: [url="http://www.bigblueball.com/im/msn/tab/index.php"]http://www.bigblueball.com/im/msn/tab/index.php[/url] My /im/msn/tab/.htaccess file looks like this: [CODE]RewriteEngine on RewriteBase /im/msn/tab RewriteRule ^default\.asp$ index.php [L][/CODE]But doesn't work. … | |
Dear all members, I have a problem . As i use dial up network as a mean to get to the internet it is some times costly to upload my code to internet and then test . As i am learning PHP recently , if any body suggest any way … | |
I tried updating Apache so many times but it is giving errors and not compiling GD2, IMAP or cURL at all. [code] EXSLT/index.html:1: parser error : Document is empty ^ EXSLT/index.html:1: parser error : Start tag expected, '<' not found ^ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" ^ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" ^ <html … | |
I was having a problem with abuse on my guestbook. I reported this to my isp and they ended up blocking me from my own site, so they fixed that and now they have placed a password applet on the guestbook page when you hit the submit button via the … | |
Hi guys, Sorry to make my first post so elaborate, I hope to provide help to others soon... :lol: I'm looking at co-locating a web server, the purpose of which will be to host as many small scale websites as possible. Unfortunetely, I have very little knowledge of webserver hardware … | |
Hello, I'm pretty new here and plan on making this my new tech support home if I can find what I'm looking for in a reasonable time! (other places just cant help me for some reason!) Well here's the breakdown: I am using linux redhat 8.0 I "love the graphical … | |
first I checked to see if mod_include.c is installed using ./apachectl -l and I see mod_include.c listed then I went to httpd.conf and added some lines. Now starting line 317, it reads: Directory /> Options +Includes AddHandler server-parsed .html AddType text/html html Options FollowSymLinks XBitHack on AllowOverride None /Directory> note … | |
[B]Intro[/B] I saw alot of threads here and i like to help out as i have done this in the pass. This how to will show you how to get started from DNS to OS software. [B]WINDOWS HOW TO (For 98, 2000, XP)[/B] [I]Install time: 20-30 mins[/I] [B]Step 1[/B] You … | |
Hello all. i have a strange problem with some python cgi scripts. the deal is..... i keep loosing permission to write to a file created by a cgi script. the file is created in a directory created by a python script. but after the file is created by the cgi … | |
I hate Mod_Rewrite! Can someone post the Mod_Rewrite syntax I should use in a .htaccess file so I can do the following: All requests for script1.cgi are rewritten in the browser (permanent redirect) to script2.cgi So clicking a link to that goes to script1.cgi?field1=value1&field2=value2 Will re-write with a permanent redirect … | |
This will probably be a simple problem to fix, at least I hope it is. I am trying to test some simple asp.net code in Apache using my localhost directory. The only trouble is that it just displays the code and does not load the page the way it should … | |
I am kind of new to the whole mod_rewrite world and like to get more into this. I am trying to make the following URLs search engine friendly but it does not work. My web host / server is setup fine as I have some commercial scripts with SEO friendly … | |
I have the latest version of Apache and PHP, and run both on Microsoft Windows XP Home Edition. I have installed PHP and edited the Apache configuration file to recognize PHP, but when I load a page (on my server) in PHP, it comes up the same as if I … |
The End.