1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

404 Not found, The requested URL / was not found on this server

Discussion in 'Site & Server Administration' started by angel eyes, Jun 24, 2012.

  1. #1
    I am currently working on a proxy listing script. After adding a proxy to the list when I click on it it gives 404 Not found error,

    The requested URL / was not found on this server.

    Apache/2.2.22 (CentOS) Server at www.thehideip.com Port 80

    You can check it out at,
    thehideip.com

    Kindly help me out.
     
    angel eyes, Jun 24, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    SolidShellSecurity, Jun 24, 2012 IP
  3. lukey372

    lukey372 Notable Member

    Messages:
    2,693
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    250
    #3
    ^

    When you click on the URL it seems as it isn't redirecting to the actual website it is adding it to the end of your current domain.

    Either your .htaccess is incorrect or the script is misconfigured.
     
    lukey372, Jun 24, 2012 IP
  4. DaniaLLL

    DaniaLLL Active Member

    Messages:
    138
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    this error means your ip is blocked from this web !
     
    DaniaLLL, Jun 24, 2012 IP
  5. angel eyes

    angel eyes Active Member

    Messages:
    386
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #5
    .htaccess file is like this,

    # Customized error messages.
    #ErrorDocument 404 /index.php
    
    <IfModule mod_rewrite.c>
    	RewriteEngine on
    
    	# If your site can be accessed both with and without the 'www.' prefix, you
    	# can use one of the following settings to redirect users to your preferred
    	# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
    	#
    	# To redirect all users to access the site WITH the 'www.' prefix,
    	# (http://example.com/... will be redirected to http://www.example.com/...)
    	# adapt and uncomment the following:
    	RewriteCond %{HTTP_HOST} ^proxycoder\.com$ [NC]
    	RewriteRule ^(.*)$ http://www.proxycoder.com/$1 [L,R=301]
    
    	RewriteCond %{REQUEST_FILENAME} !-f
    	RewriteCond %{REQUEST_FILENAME} !-d
    	#RewriteCond %{REQUEST_FILENAME} !-l
    
    	RewriteRule ^admin\-([a-z\-]+)\.php$ admin.php?do=$1 [NC,QSA,L]
    	RewriteRule ^animatedcaptcha\.gif$ animatedcaptcha.php [NC,QSA,L]
    	RewriteRule ^(feed|rss)(\.xml)?$ index.php?do=feed [NC,QSA,L]
    	RewriteRule ^(feed|rss)\-([a-z\-]+)(\.xml)?$ index.php?do=feed&feedtype=$2 [NC,QSA,L]
    	RewriteRule ^list\-([a-z\-]+)\.php$ index.php?do=$1 [NC,QSA,L]
    	RewriteRule ^visit\-([a-z\-]+)\.php$ index.php [NC,QSA,L]
    </IfModule>
    
    Code (markup):
     
    angel eyes, Jun 24, 2012 IP
  6. angel eyes

    angel eyes Active Member

    Messages:
    386
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    any help on this......
     
    angel eyes, Jun 26, 2012 IP