404 Error

I need some help

i have this error:

When i click over this link http://favicool.cf/admincp

Apears this error: https://infinityfree.net/errors/404/

I worked in others webhoting servers but But I had never received this error in my script and I don’t know why.

Could you help me solve it please.

Thank you

There is no admincp folder in your site and no .htaccess file to contain rules to magically map that URL to another script.

Can you please verify you’ve uploaded all the files of your software and that the installation was successful?

1 Like

Thanks for response i upload the .htacces in the htdocs directory but the server deleted it just uploaded it.

I created another folder and save the .htacces in the same automatically delete it.

I do not know why

Please help…!

i’d suggest to minimize htaccess fine by removing comments in it (ie lines starting with #)
PS: I’m amazed that topic didn’t get parged due to off-topic help.

http://favicool.cf/admincp

Error Message 404 Page Not Found

This server is automatically deleting my file .htaccess there is where be my rules

Admin Panel

RewriteRule ^admincp/?$ admin.php [L,QSA]
RewriteRule ^admincp/([^/]+)/?$ admin.php?view=$1 [L,QSA]
RewriteRule ^admincp/([^/]+)/([^/]+)/?$ admin.php?view=$1&sub_view=$2 [L,QSA]
RewriteRule ^admincp/([^/]+)/([^/]+)/([^/]+)/?$ admin.php?view=$1&sub_view=$2&id=$3 [L,QSA]

I wait for your help InfintyFree Team

Thanks

Pls read this. I believe ur .htaccess is more than 10kb…
Else placing it in htdocs shd be no issue at all.

4 Likes

Thanks i made more small my .htacces and it works!!!

Thanks Friend

1 Like

Welcome

I merged your 404 error and .htaccess topics, because they are related. Please don’t create multiple topics for related issues please.

3 Likes

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