Quantcast
Channel: how to remove dot in an url through htaccess - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Karl Henselin for how to remove dot in an url through htaccess

mod rewrite should be able to do that:Options +FollowSymlinksRewriteEngine onRewriteRule ^([^.]*)\.([^.]*)\.?([^.]*)?\.?([^.]*)?\.?([^.]*)?(\.html|php|asp|otherextenstionsdesiredhere$) $1$2$3$4...

View Article



how to remove dot in an url through htaccess

I'm getting 403 Access Forbidden error for certain urls. I found the root cause of the issue. wherever there is a dot(.) in an url, i'm getting the 403 forbidden.There are thousands of urls have been...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images