What should I add the rewrite rule to include reading periods?
I have this currently on my .htaccess:
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_-]+)$ /user/public/index.php?username=$1 [L]
if i have this it works fine:
but if i have this i get the 404:
Thanks.
Add the point to your set of allowed input.
Try this…
I don’t know the URL structure of your page, but a better way of rewriting would be…