I am trying to rewrite the URL from the .htaccess file, tried a lot but ended up with frustration.
.htaccess
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ^suba/?$ resources/uploads/releases/zipfiles/1484883480/index\.html [NC, C]
RewriteRule ^ index.php [L]
I just want to open this with the short URL like this to make it more SEO friendly,
http://dittmagasin.no/release.
I have referred to the following posts:
Any help will be appreciated. Thanks