Yes, you're right!
The meta-keyword must be "content". Maybe I used my language here due to lack of concentration.
I've changed Inhalt to content.
So lets see what happens. I've registered my page with google and yahoo. Perhaps it may last a while until my page gets discovered.
Thanks a lot...
Hello list,
in order to be found by some search-engine,I added some meta tags.
After I tried to search my site via google by typing in some keywords, I don't get the main-page.Instead I only get some pages (frames) from the hirarchy further down.
Before posting here I tried to find some...
You're right.
I solved the problem by adding the following in httpd.conf:
<Directory /srv/www/htdocs/steuerberater/chk>
AllowOverride AuthConfig
Allow from 192.168.178.0
</Directory>
So when I click on the link that leads me to this directory, the protocoll changes as...
Hello,
thank you for answering so quickly.
/srv/www/htdocs/steuerberater/chk is a directory.
I found out, that I have the same problem (accessing via https) when I try to access https://localhost.
So I checked the directory-permissions for /srv/www/htdocs
(which is document root).It was root...
HI smah
I changed the filesystem-permission for /srv/www/htdocs/steuerberater/chk to the
apache-user wwwrun. I also changed the group (for testing) to nobody. Unfortunally, the problem remains the same.
Could it have anything to do with the complaining log-message "[warn] RSA server certificate...
Hello List,
I try to find the cause of an acces-error on my webpage, when I try to request that page via https.
I must admit I have only little experience with Apache.
To get more info about what happens, I changed the loglevel to "debug". So the log reports an operational SSL-Environment...
Oh Folks, forgive me for forgetting to attach the code.
Here it is
<table cellpadding="3" cellspacing="2" border="1" align="left" valign="middle" bgcolor="#00FFFF" width="100%">
<tr>
<td><a href="Officedata.html" target="right" onMouseOver="window.status='Special Infos';return true;"...
Hello List,
I'm new tp javascript and like to ask for some help.
I'm normally used to read all sort of resources until I find a solution, but here I'm getting nowhere.
The problem:
the following code works as expected on the Microsoft Internet-Explorer, but doesn't work on Linux Konqueror...
Hello Vragabond,
you helped me again! I used target="_top" and it
works fine (in a new window). Although I wanted to see the secure page in the mentioned right-frame, I can live with this solution.
Thanks for your help !
Regards,
Fred
Hello List,
I'd like to make sure the protocol changes from http to https when I click on a link that points to critical data.
In my example, I make a reference to a url -location with a https protocol. But it doesn't work - when I'm
in http on the present html-screen it doesn switch to https...
Hello,
I solved the problem.
For those who are interested, here is the code to
display forms with mixed text- and textarea-fields in a html-window
<!DOCTYPE HTML PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html>
<head>...
Hello,
I have a form consisting of 7 text-fields and 2 textarea-fields which are written to disk after the submit-button is pressed. Each new form-content is appended
to the file in the same manner.
When I want to view the content of the entire file with my program (content.php), I get all
forms...
Hello Vragabond,
thank you for the code-example and the explanation
about global arrays. I used your example and the problem is gone. But I will read again the use of global arrays, to better understand what I'm doing.
Again,
thanks for the advise.
regards,
Fred
I solved my problem ...
I had to use the $_POST.. notation for ALL values.
to set the file-variable it must be
$_POST['datei']="comment.txt";
For the pointer it has to be
$_POST['zeiger']=fopen($_POST['datei'],"r+");
Under this notation I also received the pointer-value.
Perhaps a final...
Hi,
I found another error in the script.
I changed
$zeiger=fopen($_POST['datei'],"r+");
if (isset($_POST['datei'])) <<< error datei = filename
{
echo "Zeigerwert ist: " . $_POST['zeiger'];
}
into
$zeiger=fopen($_POST['datei'],"r+");
if (isset($_POST['zeiger'])) <<< correct zeiger =...
Hi Vragabond,
thank you for your rapid response. I have to apologize for not taking the time to verify what I typed in. The errors you showed me are not in the original script, and I tried to translate from German text into English 'on the fly' - sorry.
I tried to check the content of the...
Hello List,
being new to php, I have some problems writing the content of a textarea into a file. In my case, I always geht the error
rewind() errmsg
fputs()errmsg
fclose()errmsg ,
each functionname in the errormessage is followed by
"supplied argument is not a valid stream resource in file...
Hello list,
I'm new to MySql, and have MySQL 4.0.18 installed on my Linux-box.
I have created a new database (sample_db)with
"mysqladmin -p create sample_db"
After that I wanted to add the corresponding values for
that database and its user into the mysql database.
So I typed
mysql> use mysql...
Hello List,
I have to configure an alias-IP address on a lan-card in addition to the existing one.
Until now , I couldn't find anything in the documentation.
How do i setup the alias-address?
Any help from from the forum would be apreciated.
Thanks in advance,
Fred
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.