File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/figi/bu/public/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
# news
RewriteRule ^nieuws/$ /figi/actueel/ [R=301,NC,L]
# hotel
RewriteRule ^hotel/$ /hotel [R=301,NC,L]
RewriteRule ^hotel/hotelkamers/$ /hotel/hotelkamers [R=301,NC,L]
RewriteRule ^portfolio-items/single-room/$ /Hotel/single-room? [R=301,NC,L]
RewriteRule ^portfolio-items/twin/$ /Hotel/twin-room? [R=301,NC,L]
RewriteRule ^portfolio-items/triple-room/$ /Hotel/triple-room? [R=301,NC,L]
RewriteRule ^portfolio-items/superior-room/$ /Hotel/superior-room? [R=301,NC,L]
RewriteRule ^portfolio-items/executive-room/$ /Hotel/executive-room? [R=301,NC,L]
RewriteRule ^portfolio-items/suite/$ /Hotel/suite? [R=301,NC,L]
RewriteRule ^hotel/hotelarrangementen/$ /hotel/hotelarrangementen [R=301,NC,L]
RewriteRule ^portfolio-items/figi-filmarrangement/$ /bioscooparrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/figi-theaterarrangement/$ /theaterarrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/slot-zeistarrangement/$ /slot-zeist? [R=301,NC,L]
RewriteRule ^portfolio-items/figi-deal-logies-ontbijt/$ /logies-ontbijt? [R=301,NC,L]
RewriteRule ^portfolio-items/figi-hoteldeal/$ /logies-ontbijt-film? [R=301,NC,L]
RewriteRule ^hotel/impressies/$ /figi [R=301,NC,L]
RewriteRule ^hotel/faciliteiten/$ /hotel/faciliteiten-hotel-figi [R=301,NC,L]
RewriteRule ^hotel/veelgestelde-vragen/$ /hotel/veelgestelde-vragen [R=301,NC,L]
# events
RewriteRule ^congrescentrum/$ /evenementen-congressen [R=301,NC,L]
RewriteRule ^congrescentrum/congres-en-theaterzalen/$ /evenementen-congressen/zalenoverzicht-figi [R=301,NC,L]
RewriteRule ^portfolio-items/hendrik-marsmanzaa$ /hendrik-marsmanzaal [R=301,NC,L]
RewriteRule ^portfolio-items/willem-pijperzaal$ /willem-pijperzaal [R=301,NC,L]
RewriteRule ^portfolio-items/johan-de-meesterzaal$ /johan-de-meesterzaal [R=301,NC,L]
RewriteRule ^portfolio-items/anne-de-vrieszaal$ /anne-de-vrieszaal [R=301,NC,L]
RewriteRule ^congrescentrum/banquet-en-vergaderzalen/$ /evenementen-congressen/zalenoverzicht-figi [R=301,NC,L]
RewriteRule ^portfolio-items/copijnzaal/$ /copijnzaal [R=301,NC,L]
RewriteRule ^portfolio-items/springerzaal/$ /springerzaal [R=301,NC,L]
RewriteRule ^portfolio-items/zocherzaal$ /zocherzaal [R=301,NC,L]
RewriteRule ^portfolio-items/tersteegzaal/$ /tersteegzaal [R=301,NC,L]
RewriteRule ^portfolio-items/daniel-marotzaal/$ /daniel-marotzaal [R=301,NC,L]
RewriteRule ^portfolio-items/de-boschzaalstoopendaalzaal/$ /bosch-stoopendaalzaal [R=301,NC,L]
RewriteRule ^portfolio-items/de-boschzaal/$ /de-boschzaal [R=301,NC,L]
RewriteRule ^portfolio-items/george-figi-salon/$ /george-figi [R=301,NC,L]
RewriteRule ^portfolio-items/atrium/$ /atrium [R=301,NC,L]
RewriteRule ^portfolio-items/atrium-1e-verdieping/$ /atrium-1e-verdieping [R=301,NC,L]
# arrangementen vergaderen
RewriteRule ^congrescentrum/vergaderarrangementen/$ /evenementen-congressen/vergaderarrangementen-figi [R=301,NC,L]
RewriteRule ^portfolio-items/4-uurs-vergaderarrangement/$ /4uurs-arrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/8-uurs-vergaderarrangement/$ /8uurs-arrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/12-uurs-vergaderarrangement/$ /12uurs-arrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/2-daags-arrangement/$ /2daagsarrangement? [R=301,NC,L]
RewriteRule ^portfolio-items/congresarrangement/$ /8uurs-congresarrangement? [R=301,NC,L]
RewriteRule ^congrescentrum/ons-team/$ /evenementen-congressen/ons-team [R=301,NC,L]
RewriteRule ^congrescentrum/overzicht-zaaltarieven-figi/$ /evenementen-congressen/zalenoverzicht-figi [R=301,NC,L]
RewriteRule ^theater/theater-arrangementen/$ /restaurant/theatermenu [R=301,NC,L]
#restaurant
RewriteRule ^restaurants/$ /restaurant [R=301,NC,L]
RewriteRule ^restaurants/menukaarten/$ /restaurant [R=301,NC,L]
RewriteRule ^restaurants/restaurants-online-reserveren/$ /restaurant [R=301,NC,L]
RewriteRule ^restaurants/catering-zeist-figi-catering/$ /restaurant [R=301,NC,L]
RewriteRule ^restaurants/restaurants-online-reserveren/$ /restaurant [R=301,NC,L]
# Some hosts may require you to use the `RewriteBase` directive.
# Determine the RewriteBase automatically and set it as environment variable.
# If you are using Apache aliases to do mass virtual hosting or installed the
# project in a subdirectory, the base path will be prepended to allow proper
# resolution of the index.php file and to redirect to the correct URI. It will
# work in environments without path prefix as well, providing a safe, one-size
# fits all solution. But as you do not need it in this case, you can comment
# the following 2 lines to eliminate the overhead.
RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
RewriteRule ^(.*) - [E=BASE:%1]
# If the above doesn't work you might need to set the `RewriteBase` directive manually, it should be the
# absolute physical path to the directory that contains this htaccess file.
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>