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
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
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
KangJL
10
Debug your .htaccess
It is the root cause of your problem
Read this article
5 Likes
system
Closed
11
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.