473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

PHP file 'Hello.php" is not writing anything when run through IE6.0.2

Hi !

Out there, anybody could help tell me what could be the reason that my
php scripting is not giving output in IE6. Which I'm trying from my
webserver itself, having IIS 5 on W2k Advanced server.

I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
value of C:\Inetpub\wwwroot.

Still it's not saying 'Hello' to the world :)

Can anybody guide me to the correct reason / resolution.

Thanks in anticipation.
Vasu
Feb 24 '08 #1
14 1492
Vasu wrote:
Hi !

Out there, anybody could help tell me what could be the reason that my
php scripting is not giving output in IE6. Which I'm trying from my
webserver itself, having IIS 5 on W2k Advanced server.

I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
value of C:\Inetpub\wwwroot.

Still it's not saying 'Hello' to the world :)

Can anybody guide me to the correct reason / resolution.
Are you using "C:\Inetpub\wwwroot" as address for the browser?

--
Freundliche Grüße,
Franz Marksteiner

Feb 24 '08 #2
On Feb 24, 3:55*pm, "Franz Marksteiner" <franzmarkstei...@gmail.com>
wrote:
Vasu wrote:
Hi !
Out there, anybody could help tell me what could be the reason that my
php scripting is not giving output in IE6. *Which I'm trying from my
webserver itself, having IIS 5 on W2k Advanced server.
I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
value of C:\Inetpub\wwwroot.
Still it's not saying 'Hello' to the world :)
Can anybody guide me to the correct reason / resolution.

Are you using "C:\Inetpub\wwwroot" as address for the browser?

--
Freundliche Grüße,
Franz Marksteiner
Hi Franz!

Thanks for your interest in the problem! I'm using the default URL/
Hello.php as address of the php file. Default URL is my web page which
the webserver serves when approached.
Thanks once again.
Vasu
Feb 24 '08 #3
On Feb 24, 3:55*pm, "Franz Marksteiner" <franzmarkstei...@gmail.com>
wrote:
Vasu wrote:
Hi !
Out there, anybody could help tell me what could be the reason that my
php scripting is not giving output in IE6. *Which I'm trying from my
webserver itself, having IIS 5 on W2k Advanced server.
I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
value of C:\Inetpub\wwwroot.
Still it's not saying 'Hello' to the world :)
Can anybody guide me to the correct reason / resolution.

Are you using "C:\Inetpub\wwwroot" as address for the browser?

--
Freundliche Grüße,
Franz Marksteiner
Hi Franz!

Sorry for forget to mention that my default URL is placed in the path
'C:\Inetpub\wwwroot\MyWeb'. Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
browser doesn't prints 'Hello World'!

Thanks
Vasu
Feb 24 '08 #4
Vasu wrote:
On Feb 24, 3:55 pm, "Franz Marksteiner" <franzmarkstei...@gmail.com>
wrote:
>Vasu wrote:
>>Hi !
>>Out there, anybody could help tell me what could be the reason that
my php scripting is not giving output in IE6. Which I'm trying from
my webserver itself, having IIS 5 on W2k Advanced server.
>>I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
value of C:\Inetpub\wwwroot.
>>Still it's not saying 'Hello' to the world :)
>>Can anybody guide me to the correct reason / resolution.

Are you using "C:\Inetpub\wwwroot" as address for the browser?

Sorry for forget to mention that my default URL is placed in the path
'C:\Inetpub\wwwroot\MyWeb'. Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
browser doesn't prints 'Hello World'!
I suspect that you are trying to access the site via your filesystem, and
not via the webbrowser.
Are you sure that this is not the case?

--
Freundliche Grüße,
Franz Marksteiner

Feb 24 '08 #5
Franz Marksteiner wrote:
Vasu wrote:
>On Feb 24, 3:55 pm, "Franz Marksteiner" <franzmarkstei...@gmail.com>
wrote:
>>Vasu wrote:
Hi !

Out there, anybody could help tell me what could be the reason that
my php scripting is not giving output in IE6. Which I'm trying from
my webserver itself, having IIS 5 on W2k Advanced server.

I have updated registry HKLM\SOFTWARE\PHP with Per se directory
with value of C:\Inetpub\wwwroot.

Still it's not saying 'Hello' to the world :)

Can anybody guide me to the correct reason / resolution.

Are you using "C:\Inetpub\wwwroot" as address for the browser?

Sorry for forget to mention that my default URL is placed in the path
'C:\Inetpub\wwwroot\MyWeb'. Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click
'yes' browser doesn't prints 'Hello World'!

I suspect that you are trying to access the site via your filesystem,
and not via the webbrowser.
Are you sure that this is not the case?
I am so sorry, of course I wanted to say webserver instead of webbrowser.

--
Freundliche Grüße,
Franz Marksteiner

Feb 24 '08 #6
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?
--
Sincerely Yours, AnrDaemon <an*******@freemail.ru>

Feb 26 '08 #7
On Feb 26, 12:13*pm, AnrDaemon <anrdae...@freemail.ruwrote:
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'

What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?

--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon

my exact URL is www.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.

Thanks anyway for your support / interest.
Vasu

Feb 26 '08 #8
Vasu wrote:
On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
>Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
>>Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?

--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>

Greetings, AnrDaemon

my exact URL is www.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.

Thanks anyway for your support / interest.
Vasu

Default page:

401 Unauthorized
Authorization required for the URL '/'.

/hello.php:

404 Not Found
The requested URL '/hello.php' was not found on this server.

But your message indicates your server is not set up properly to parse
..php pages as PHP code.

You need to check your web server configuration.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Feb 26 '08 #9
On Feb 26, 8:41*pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
>Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to accessYour
test page?
--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon
my exact URL iswww.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. *In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. *So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.
Thanks anyway for your support / interest.
Vasu

Default page:

401 Unauthorized
Authorization required for the URL '/'.

/hello.php:

404 Not Found
The requested URL '/hello.php' was not found on this server.

But your message indicates your server is not set up properly to parse
.php pages as PHP code.

You need to check your web server configuration.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
Hi Jerry!

As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.

Thanks anyway for the interest you have shown.

I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.

Thanks once again.
Vasu
Feb 27 '08 #10
On Wed, 27 Feb 2008 17:26:15 +0100, Vasu <va**************@yahoo.co.uk>
wrote:
As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.

Thanks anyway for the interest you have shown.

I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.
Sounds to me you should simply forward port 80 on the modem to the server
the page is actually on in your local network?
--
Rik Wasmus
Feb 27 '08 #11
Vasu wrote:
On Feb 26, 8:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Vasu wrote:
>>On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?
--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon
my exact URL iswww.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.
Thanks anyway for your support / interest.
Vasu
Default page:

401 Unauthorized
Authorization required for the URL '/'.

/hello.php:

404 Not Found
The requested URL '/hello.php' was not found on this server.

But your message indicates your server is not set up properly to parse
.php pages as PHP code.

You need to check your web server configuration.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -

Hi Jerry!

As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.

Thanks anyway for the interest you have shown.

I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.

Thanks once again.
Vasu
Are you sure when they reset your modem you didn't get a new dynamic IP
address?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Feb 27 '08 #12
On Feb 27, 10:08*pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 8:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
Further! what is happening is that when
we browse to the place of php file a security alert message comes up
informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?
--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon
my exact URL iswww.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. *In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. *So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.
Thanks anyway for your support / interest.
Vasu
Default page:
401 Unauthorized
Authorization required for the URL '/'.
/hello.php:
404 Not Found
The requested URL '/hello.php' was not found on this server.
But your message indicates your server is not set up properly to parse
.php pages as PHP code.
You need to check your web server configuration.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Hi Jerry!
As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.
Thanks anyway for the interest you have shown.
I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.
Thanks once again.
Vasu

Are you sure when they reset your modem you didn't get a new dynamic IP
address?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
Hi Jerry, AnrDaemon, and Franz!

My ISP has corrected the problem and my website is now fully online.
However, even now when I type www.bhaaratvarshmahaan.com\hello.php,
the browser keeps on loading but nothing comes up finally. At the same
time when I simply type the above mentioned URL without '\hello.php'
it opens excellent. So I seek help from people like you.

Thanks and regards
Vasu
Mar 30 '08 #13
Vasu wrote:
On Feb 27, 10:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Vasu wrote:
>>On Feb 26, 8:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
>Greetings, Vasu.
>In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
>>Further! what is happening is that when
>>we browse to the place of php file a security alert message comes up
>>informing if we want to run the php script, but even if we click 'yes'
>What means - You've wrong settings for Your webserver.
>And by the way, can You please post EXACT URL which You using to access Your
>test page?
>--
>Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon
my exact URL iswww.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.
Thanks anyway for your support / interest.
Vasu
Default page:
401 Unauthorized
Authorization required for the URL '/'.
/hello.php:
404 Not Found
The requested URL '/hello.php' was not found on this server.
But your message indicates your server is not set up properly to parse
.php pages as PHP code.
You need to check your web server configuration.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Hi Jerry!
As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.
Thanks anyway for the interest you have shown.
I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.
Thanks once again.
Vasu
Are you sure when they reset your modem you didn't get a new dynamic IP
address?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -

Hi Jerry, AnrDaemon, and Franz!

My ISP has corrected the problem and my website is now fully online.
However, even now when I type www.bhaaratvarshmahaan.com\hello.php,
the browser keeps on loading but nothing comes up finally. At the same
time when I simply type the above mentioned URL without '\hello.php'
it opens excellent. So I seek help from people like you.

Thanks and regards
Vasu
URL's don't have backslashes.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Mar 30 '08 #14
On Mar 30, 6:43*pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 27, 10:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 8:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Vasu wrote:
On Feb 26, 12:13 pm, AnrDaemon <anrdae...@freemail.ruwrote:
Greetings, Vasu.
In reply to Your message dated Sunday, February 24, 2008, 16:49:08,
>Further! what is happening is that when
>we browse to the place of php file a security alert message comes up
>informing if we want to run the php script, but even if we click 'yes'
What means - You've wrong settings for Your webserver.
And by the way, can You please post EXACT URL which You using to access Your
test page?
--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Greetings, AnrDaemon
my exact URL iswww.bhaaratvarshmahaan.com, then I put /hello.php
after it but it doesn't run.
And I try to run this from the server m/c itself. If I put only URL
the default web page opens perfectly, but when I put the hello.php
behind then there is the problem. *In the meantime I have experienced
that I'm not able to get my webpage from internet after recent problem
with my ISP. *So I'm trying to get that resolved first. Then only I'll
focuse on this PHP problem.
Thanks anyway for your support / interest.
Vasu
Default page:
401 Unauthorized
Authorization required for the URL '/'.
/hello.php:
404 Not Found
The requested URL '/hello.php' was not found on this server.
But your message indicates your server is not set up properly to parse
.php pages as PHP code.
You need to check your web server configuration.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Hi Jerry!
As you might have seen that recently my modem created some problem
then I approached my ISP and they reset it, but after resetting the
modem, I could open any website from the server but my web pages could
not be opened from internet. Although before I faced problem with the
modem, my web pages were opening quite perfectly from the internet.
Thanks anyway for the interest you have shown.
I'm in touch with my ISP to get it rectified and once it is taken care
then I'll ask your kind help on the matter.
Thanks once again.
Vasu
Are you sure when they reset your modem you didn't get a new dynamic IP
address?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Hi Jerry, AnrDaemon, and Franz!
My ISP has corrected the problem and my website is now fully online.
However, even now when I typewww.bhaaratvarshmahaan.com\hello.php,
the browser keeps on loading but nothing comes up finally. At the same
time when I simply type the above mentioned URL without '\hello.php'
it opens excellent. So I seek help from people like you.
Thanks and regards
Vasu

URL's don't have backslashes.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
Hi Jerry, AnrDaemon, and Franz!

I thank you all. Jerry you are right. It was my mistake. It was
forward slash onlyu.

And for that matter, I found the solution. Now my script can say
'Hello' to the world. The culprit was cgi.force-redirect entry.

However! I once again thank you all for your interest and valuable
time spend for my problem.

Regards!

Vasu
Mar 31 '08 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

48
by: Joseph | last post by:
Hi I'm writing a commercial program which must be reliable. It has to do some basic reading and writing to and from files on the hard disk, and also to a floppy. I have foreseen a potential...
11
by: Danke | last post by:
I have a compiled file (.mde) and need to replace the file. I use Access 97 and SQL-server. I have about 150 users. I have made a shortcut to the startmenu for this file. Its impossible to replace...
6
by: Chad Crowder | last post by:
Getting the following error on my production server whether the file exists or not: "System.IO.IOException: Cannot create a file when that file already exists." Here's the code generating the...
8
by: Mrozu | last post by:
Hi When I try write to file(with StreamWriter) some string, i have some problem. I can't write text with "". For example i want to wrote "Hello" . When i make Dim sw As New...
2
by: mark | last post by:
How do I detect that a particular form element is a file upload or if the file upload has worked? In the Python cgi module documentation I found suggested code... form = cgi.FieldStorage()...
2
by: Remi.Arntzen | last post by:
I tried to compile a program to a elf shared library for a Linux platform on a windows machine with the command: gcc -o Prog.so -shared -Wl,--oformat -Wl,elf32-i386 however this results in ld:...
10
by: Admin | last post by:
I have a program that needs to have a couple things happen. First, the file needs to constantly be updated with new information. Because the function in which I do this is not always running, I...
5
by: thewritersclub | last post by:
Hi guys! I'm new to python so please be aware that I'm probably missing the obvious. Here's my problem... Traceback (most recent call last): File "<pyshell#37>", line 1, in <module> f =...
3
by: HMS Surprise | last post by:
If file writing has no return value (http://docs.python.org/lib/bltin- file-objects.html), how do you know if the write was successful? Should one assume that if the open was successful then write...
0
rsrinivasan
by: rsrinivasan | last post by:
Hi all, I am using SQL Server 2000. When i transfer millions of records from one table to another table using DTS package, it fills the log file in the range of GB. I want to stop to write the log...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.