I'm using .htaccess in my public_html folder to redirect my folders to gets:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/])/?([^/])/?$ index.php?v=$1&t=$2
It is giving me a 404 error though when I type my page:
But it should redirect to: