: windows 2003 PHP 提示 No input file specified
请教高手: windows 2003 PHP 提示 No input file specified.
网站 www.abc.com 就显示 No input file specified.
输入 www.abc.com/abc.php 就可以正常显示.
首页是个 index.html
根本没有任何程序的.
纯静态的.
www.abc.com/index.html也可以访问 ,
就是 www.abc.com 无法访问提示 No input file specified.
abc.com网站目录权限已经设置;
PHP目录权限也设置;
ISAPI 已经设置
映射已设置;
GOOGLE,BAIDU了半天,参考设置了还是不行;
救解.谢谢!!!
------解决方案--------------------
帮你google了一把,貌似提到比较多的解决办法是注释php.ini配置文件中的doc_root配置行,试过了吗?
------解决方案--------------------
设置网站的默认首页

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



To learn more about open source, please visit: 51CTO Hongmeng Developer Community https://ost.51cto.com Running environment DAYU200:4.0.10.16SDK: 4.0.10.15IDE: 4.0.600 1. To create an application, click File- >newFile->CreateProgect. Select template: [OpenHarmony] EmptyAbility: Fill in the project name, shici, application package name com.nut.shici, and application storage location XXX (no Chinese, special characters, or spaces). CompileSDK10, Model: Stage. Device

Preparation Use vuecreateexample to create a project. The parameters are roughly as follows: use native input. Native input is mainly value and change. The data needs to be synchronized when changing. App.tsx is as follows: import{ref}from'vue';exportdefault{setup(){//username is the data constusername=ref('Zhang San');//When the input box changes, synchronize the data constonInput=;return( )=>({

How to implement the laravel input hidden field: 1. Find and open the Blade template file; 2. Use the method_field method in the Blade template to create a hidden field. The creation syntax is "{{ method_field('DELETE') }}".

The difference between comcn and com: 1. There are differences between comcn and com in terms of meaning, but there is no difference in access speed; 2. comcn is an international domain name and is a global top-level domain name for use by commercial institutions, while cn is a Chinese company domain name , domestic commercial institutions, domestic domain names, only enterprises can register; 3. The search priority is that cn will search for .cn first. After finding the .cn server, the .cn server will then search for .com; 4. cn is provided by cnnic China Internet Center Management, com's management organization is abroad.

Solutions for clicking the input box without a cursor: 1. Confirm the focus of the input box; 2. Clear the browser cache; 3. Update the browser; 4. Use JavaScript; 5. Check the hardware device; 6. Check the input box properties; 7. Debug JavaScript code; 8. Check other elements of the page; 9. Consider browser compatibility.

What coin is ABC? In the field of digital currency, ABC token is a ubiquitous digital asset with unique characteristics and wide applications. This kind of token is usually issued by a project or network and distributed through ICO or other means. ABC tokens usually have specific functions and uses and can play a role in a specific platform or ecosystem. Functions and uses of ABC tokens The functions and uses of ABC tokens vary from project to project, depending on the issuer’s settings and goals. Some ABC tokens are designed to be used for payments within a specific ecosystem and grant holders specific rights or permissions. Other ABC tokens may be used to incentivize users to participate in platform activities, such as providing content, sharing data, or participating in governance decisions. Such a token could be considered an incentive

Vue.js is a lightweight JavaScript framework that is easy to use, efficient and flexible. It is one of the most popular front-end frameworks currently. In Vue.js, input box binding events are a very common requirement. This article will introduce the input box binding events in the Vue document in detail. 1. Basic concepts In Vue.js, the input box binding event refers to binding the value of the input box to the data object of the Vue instance, thereby achieving two-way binding of input and response. In Vue.j

Vue is a popular JavaScript front-end framework with a responsive data binding and component system at its core. In Vue applications, the input box is one of the most commonly used UI elements. When the user enters text, we hope to listen for the carriage return event and validate the input before submitting. This article will introduce the input box enter event and verification function usage in the Vue document. 1. The carriage return event of the input box in Vue. Monitoring the carriage return event of the input box in Vue is very simple.
