####fromCpanel####
Options +Indexes
####fromCpanel####
AddType application/x-httpd-php .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Redirect 301 /booking/ /booking-2/
</IfModule>
# END WordPress