I am really blank with htaccess system. My question is how to make a htaccess from domain1.com to domain1.com/1 ? Just in the same domain, not across domain. Because that number 1 is for a paging. My query limit doesn't show up without that number. Thank you for helping me.
I try this:
RewriteCond %{REQUEST_URI} !(/$|\.)
RewriteRule ^ http://domain.com/1 [R=301,L]
but it doesn't worked