Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

404 error in file manager


paw64

Recommended Posts

When I wanna go to admin/file manager I see error

 

Not Found

 

The requested URL /administracja/file_manager.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

 

 

I something changed in .htaccess

 

.htaccess file:

 

# $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $

 

#

# This is used with Apache WebServers

#

# For this to work, you must include the parameter 'Options' to

# the AllowOverride configuration

#

# Example:

#

 

#<IfModule mod_setenvif.c>

# <IfDefine SSL>

# SetEnvIf User-Agent ".*MSIE.*" \

# nokeepalive ssl-unclean-shutdown \

# downgrade-1.0 force-response-1.0

# </IfDefine>

#</IfModule>

 

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

# php_value register_globals 1

#</IfModule>

 

order allow,deny

deny from serwer.pl

deny from 190.145.11.98

deny from 213.219.122

deny from 195.150.77.248

deny from 212.68.215.87

deny from 85.17.1.117

deny from 80.237.211.8

deny from 72.37.212.106

deny from 195.150.77.248

deny from 212.68.215.87

deny from 87.101.65.166

deny from 213.238.83.202

deny from 217.76.116.186

deny from 83.21.16.227

deny from 83.15.0

deny from 79.163.225.105

deny from 85.112.193.38

deny from 85.112.193

deny from 83.15.0.51

deny from 77.70

deny from 77.70.106.4

deny from 77.70.106.72

deny from 89.79.112.149

deny from 89.77.2.35

deny from 89.77.2.35

 

allow from all

 

RewriteEngine On

RewriteBase /

 

RewriteCond %{QUERY_STRING} ^options\=(.*)$

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}

RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

# Added polls and newsdesk

#RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

# BOF: Faqdesk support added by faaliyet

RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

# EOF: Faqdesk support added by faaliyet

# Ultimate SEO URLs END

 

RewriteCond %{HTTP_USER_AGENT} ^Morfeus

RewriteRule ^.*$ - [F]

 

RewriteCond %{HTTP_USER_AGENT} twiceler [NC]

RewriteRule .* - [F]

 

 

Where is problem??

 

Help me please :(

Link to comment
Share on other sites

When I wanna go to admin/file manager I see error

 

Where is problem??

 

Are you sure the file is there? Since this page was an entry point for hackers and not really valuable for the admin a lot of people removed it. Maybe you just left the link in the boxes on the left but the file is gone?

Link to comment
Share on other sites

I searched in my fttp;/ I didn't find this file.

 

How I can add this file and where I can find this file??

 

I had problem with pay moduls and somebody (probably my admin) removed file and after see this problem :(

Link to comment
Share on other sites

How I can add this file and where I can find this file??

Don't. If you need to change a file, download it using ftp. Change it on your own computer using a text editor. Upload the changed file with ftp.

Link to comment
Share on other sites

Ok but I can't find on my fttp. file_manager.php (file) probably admin deleted file from fttp. Where I can find ?? Mayby from os commerce web site download profil?? Mayby sombody have code to notepad? After I will paste code to file.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...