Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8363293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:08:35+00:00 2026-06-09T12:08:35+00:00

My HTAccess was working before. But I wanted to add an FTP section to

  • 0

My HTAccess was working before. But I wanted to add an FTP section to the site. It is decided that all FTP will go in /ftp and all requests to /ftp/... will be internally redirected to /ftp.php?dir=... that handles authentication and such before using readfile(...). Being a n00b at regex, I assumed this would work: (only the ftp section was added and the |ftp added)

RewriteEngine On

# http://httpd.apache.org/docs/2.4/rewrite/flags.html

# Match page
RewriteCond %{REQUEST_URI} !^/?(cydia|firmware|scripts|site|ftp)
RewriteCond %{REQUEST_URI} !^/?(robots.txt|ftp.php)
  RewriteRule ^/?(.*)$ /site/index.php?title=$1 [PT,L,QSA]

# Match FTP
RewriteCond %{REQUEST_URI} ^/?ftp
  RewriteRule ^/?(.*)$ /ftp.php?dir=$1 [PT,L,QSA]

RewriteRule ^/*$ /site/index.php [L,QSA]

Basically, what I did was (I think) match /ftp as a true instead a false like above. However, this gives me a 500 Server Error throughout the site (indicating a problem in the HTAccess). I’m sure this is a simple error, but I’m hoping you can help me with this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:08:37+00:00Added an answer on June 9, 2026 at 12:08 pm

    Your issue is that those too line will redirect everything starting with ftp (including http://ftp.php and this will create an infinite loop)

    RewriteCond %{REQUEST_URI} ^/?ftp
    RewriteRule ^?(.*)$ /ftp.php?dir=$1 [PT,L,QSA]
    

    Try replacing them with this :

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} ^/?ftp
    RewriteRule ^/?(.*)$ /ftp.php?dir=$1 [PT,L,QSA]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, so basically I have this part of the .htaccess partly working, but not
I am working on a host that blocks my .htaccess file from being used
I'm unable to get a working .htaccess that should accept clean URLs to load
please read all of this before commenting. I'm currently working on a large website
I know not my .htaccess is working since it is showing the ErrorDocument 404
my htaccess rule isn't working with rewrite with dashes in: RewriteRule ^([A-Za-z]+)$ index.php?do=$1 [QSA]
Im working on a server with the following htaccess: RewriteEngine On RewriteBase / RewriteCond
I started working on CodeIgniter recently and I'm having some issues with the .htaccess
I'm using .htaccess to rewrite my URLs and so far it's almost working as
Using .htaccess all addresses are rewritten to index.php Index.php needs to then work out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.