Hello sitepoint comunity,
i have problem with .htaccess redirection.
Here is a link in site :
<a href="norma/neco1/neco2/neco3">LINK</a>
Here is a .htaccess code :
Link now look like :Code:RewriteEngine On RewriteBase / RewriteRule ^/?index.php / [R=301,L] RewriteRule ^norma/([^/]+)/([^/]+)/([\d\.]+) /index.php?norma-$1-$2-$3.html [NC,L]
eshop.mydomain.com/?norma-something1-something2-something3.html
And I am need look like this:
eshop.mydomain.com/norma-something1-something2-something3.html
Please help.
Thank you in advance.
ps. sorry for my bad english


Reply With Quote


Bookmarks