php - Apache htaccess rewriterule issue -
i have following rule in htaccess
rewriterule ^noticias/?$ /index.php?view=pagination&ptype=noticias [l]
but problem if put spaces in url, .. can access page normally.
http://gamesite.org/noticias /
i not know block it.
without /
browser removes spaces. problem need bar, because of paging on site. ex: /noticias/1/
here htaccess file http://pastebin.com/gwtzgagv
Comments
Post a Comment