php - Xmapp + Apache is returning Object not found whenever try to access any page inside htdocs -


yesterday working in php project using xampp, working fine, until tried previewing page newly modified, started getting following error.

object not found!      requested url not found on server. if entered url manually please check spelling , try again.      if think server error, please contact webmaster. 

now don't know why error started appearing or changed, have uninstalled xampp using , installed more recent , updated 1 yet no avail, error still occurring. here current output of apache error file.

[mon feb 08 09:37:40.734383 2016] [ssl:warn] [pid 264:tid 264] ah01909: www.example.com:443:0 server certificate not include id matches server name [mon feb 08 09:37:41.169408 2016] [ssl:warn] [pid 264:tid 264] ah01909: www.example.com:443:0 server certificate not include id matches server name [mon feb 08 09:37:41.376420 2016] [mpm_winnt:notice] [pid 264:tid 264] ah00455: apache/2.4.18 (win32) openssl/1.0.2e php/7.0.2 configured -- resuming normal operations [mon feb 08 09:37:41.377420 2016] [mpm_winnt:notice] [pid 264:tid 264] ah00456: apache lounge vc14 server built: dec  9 2015 10:17:39 [mon feb 08 09:37:41.377420 2016] [core:notice] [pid 264:tid 264] ah00094: command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d c:/xampp/apache' [mon feb 08 09:37:41.381420 2016] [mpm_winnt:notice] [pid 264:tid 264] ah00418: parent: created child process 6236 [mon feb 08 09:37:44.429594 2016] [ssl:warn] [pid 6236:tid 276] ah01909: www.example.com:443:0 server certificate not include id matches server name [mon feb 08 09:37:44.900621 2016] [ssl:warn] [pid 6236:tid 276] ah01909: www.example.com:443:0 server certificate not include id matches server name [mon feb 08 09:37:45.071631 2016] [mpm_winnt:notice] [pid 6236:tid 276] ah00354: child: starting 150 worker threads. 

i have nothing in php_error_file, appreciated want upload site today.

note: working on phpstrom v9 in windows 7. help.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -