how to rewrite links for subdirectories

Discussion in 'Site & Server Administration' started by gr_eet, Oct 30, 2016.

  1. #1
    how can I rewrite localhost/base/app_files/Mat.php to main shop
    in htaccess.help me with regex.
    here is what i have so far
    RewriteRule ^main shop/?$ /app_files/Mat.php [R=301,L]

    i get wrong server configuration error
     
    gr_eet, Oct 30, 2016 IP
  2. homemadejam

    homemadejam Well-Known Member

    Messages:
    143
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    145
    #2
    I'm not an expert on htaccess files, but I believe you have it the wrong way round.
    After the RewriteRule part, you must have the URL that you want changing, then the second part should be the URL you are wanting.

    However, you cannot have a space within this URL. So "main shop" is invalid. I'd recommend changing it to purely "shop". Or at least "main-shop".
     
    homemadejam, Nov 1, 2016 IP