404 Error

https://ica.my-board.org/cert/dashboard.php
(Though this file exists but still is says 404 Not Found ; The page you were looking for could not be found! )

404 Not Found

The page you were looking for could not be found!

Any php file i create on this , says 404 not found

Hello, and Welcome the the InfinityFree Forum @PuskarMondal!

Can you share a screenshot of what your File Manager looks like? Open the File Manager in the Client Area, take a screenshot, and share it here.

Quick facts about disappearing files, since this seems relevant to your issue:

4 Likes

Did you read?

5 Likes

I have all the files as it is
like htdocs/cert/dashboard.php
still says 404 not found

are you doing anything in a .htaccess file? they can cause all sorts of errors for relativly minor issues

4 Likes

Definitely true

So read my earlier post

4 Likes

MY .htaccess present only in htdocs
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/.]+)$ $1.php [L]
RewriteEngine On

RewriteCond %{THE_REQUEST} \s/+([^?]+).php [NC]
RewriteRule ^ /%1 [R=301,L]

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/.]+)$ $1.php [L]
php_value display_errors On
php_value date.timezone Asia/Kolkata

did not get your point

Debug your .htaccess
It is the root cause of your problem

Read this article

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.