Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other .htaccess Master Please Help Me

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150809

    same as other problems pasa htaccess file

    I would like to ask how to remove a file extension

    from http://voltabest.com/content/download/
    be http://voltabest.com/content/download

    download it is not a file, but the folder

    so, how i can remove ‘/’ from my directory

    #150882
    __
    Participant

    how i can remove ‘/’ from my directory

    write them that way:

    http://voltabest.com/content/download

    some clarification:

    mod_rewrite is not intended to change the URL shown in the address bar. It takes whatever you wrote and turns it into something that the server can understand. So, if you write your URL without the slash, simply put a rewrite rule in your .htaccess file to put the slash on:

    RewriteEngine On
    RewriteRule content/download /content/download/file.zip
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.