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 8003811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:45:05+00:00 2026-06-04T16:45:05+00:00

I’ve this website: http://www.rolfgerard.com and this htaccess: RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteRule

  • 0

I’ve this website: http://www.rolfgerard.com and this htaccess:

RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^it/mostre.html exhibition.php [L]
RewriteRule ^it/rolf_gerard.html rolf_gerard.php [L]
RewriteRule ^it index.php [L]
RewriteRule ^de/ausstellungen.html de/exhibition.php [L]
RewriteRule ^de/rolf_gerard.html de/rolf_gerard.php [L]
RewriteRule ^de de/index.php [L]

When I go in the “IT” part of the website all work good, when I go in the “DE” part my htaccess doesn’t redirect me in the right file but it still remain the index.php file.

How do I fix this? 🙁

Full .htaccess file:

RewriteEngine On
Options +FollowSymlinks
RewriteBase /

#RewriteRule ^([^/]+).html $1.php
#RewriteRule ^([^/]+)/([^/]+).html $2.php?lang=$1

# ITALIANO
RewriteRule ^it/thanks.html thanks.php [L]
RewriteRule ^it/credits.html credits.php [L]
RewriteRule ^it/privacy_policy.html privacy_policy.php [L]
RewriteRule ^it/link_media.html link_media.php [L]
RewriteRule ^it/visitaci.html contact.php [L]
RewriteRule ^it/contatto.html contact.php [L]
RewriteRule ^it/chi_siamo.html about.php [L]
RewriteRule ^it/pubblicazioni.html books.php [L]
RewriteRule ^it/opere.html works.php [L]
RewriteRule ^it/mostre.html exhibition.php [L]
RewriteRule ^it/rolf_gerard.html rolf_gerard.php [L]
RewriteRule ^it index.php [L]

# DEUTSCH
RewriteRule ^de/thanks.html de/thanks.php [L]
RewriteRule ^de/credits.html de/credits.php [L]
RewriteRule ^de/privacy_policy.html de/privacy_policy.php [L]
RewriteRule ^de/link_media.html de/link_media.php [L]
RewriteRule ^de/besuchen.html de/contact.php [L]
RewriteRule ^de/kontakt.html de/contact.php [L]
RewriteRule ^de/uber_uns.html de/about.php [L]
RewriteRule ^de/publikationen.html de/books.php [L]
RewriteRule ^de/works.html de/works.php [L]
RewriteRule ^de/ausstellungen.html /de/exhibition.php [L]
RewriteRule ^de/rolf_gerard.html de/rolf_gerard.php [L]
RewriteRule ^de de/index.php [L]

# ENGLISH
RewriteRule ^en/thanks.html en/thanks.php [L]
RewriteRule ^en/credits.html en/credits.php [L]
RewriteRule ^en/privacy_policy.html en/privacy_policy.php [L]
RewriteRule ^en/link_media.html en/link_media.php [L]
RewriteRule ^en/visit_us.html en/contact.php [L]
RewriteRule ^en/contact.html en/contact.php [L]
RewriteRule ^en/about_us.html en/about.php [L]
RewriteRule ^en/books.html en/books.php [L]
RewriteRule ^en/works.html en/works.php [L]
RewriteRule ^en/exhibitions.html en/exhibition.php [L]
RewriteRule ^en/rolf_gerard.html en/rolf_gerard.php [L]
RewriteRule ^en en/index.php [L]

# ONLINE SHOP
RewriteRule ^online_shop/index_de.html online_shop/index_de.php [L]
RewriteRule ^online_shop/index_en.html online_shop/index_en.php [L]

# PRESS
RewriteRule ^press/index_de.html press/index_de.php [L]
RewriteRule ^press/index_en.html press/index_en.php [L]
enter code here
  • 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-04T16:45:08+00:00Added an answer on June 4, 2026 at 4:45 pm

    Add “/” at the beginning of the de rules

    RewriteRule ^de/ausstellungen.html /de/exhibition.php [L]
    RewriteRule ^de/rolf_gerard.html /de/rolf_gerard.php [L]
    RewriteRule ^de$ /de/index.php [L]
    
    ...
    RewriteRule ^en$ en/index.php [L]
    RewriteRule ^it$ index.php [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
For some reason, after submitting a string like this Jack’s Spindle from a text
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
this is what i have right now Drawing an RSS feed into the php,
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
Does anyone know how can I replace this 2 symbol below from the string

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.