very very big thanks!!!
just one question: can I put image in this registration page somehow?
just one question: can I put image in this registration page somehow?
include("register.php");
Please write in english,Quote:
Warum kommt bei mir immer das ?
[Only registered and activated users can see links. Click Here To Register...]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>REGISTER</title>
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=register.php">
</head>
<body>
</body>
</html>
Thanks works now perfect :DQuote:
Please write in english,
It appears because u don't have a redirect page to this file
Make a page with name "index.html" and use this code:
or you can rename register.php to index.php and edit some codes but its hard(no for me :D)PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>REGISTER</title>
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=register.php">
</head>
<body>
</body>
</html>
Thanks for using, i will make a new version.
Dosen'ts Works!!!Quote:
Wrong ^^, here is my httpd.conf it allows outside connections.
But is possible use this metod.Quote:
Windows Firewall;
Skype and IIS uses port 80: On Skype go on Connection Options, for IIS - Disable WWW-Publish Server on local Services. Also reisntall wamp.