-3
I would like to ask for help to export this HTACCESS (linux) for Web.Config (Windows)
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/admincp/$ [NC]
RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/([a-zA-Z0-9\/]+)/?$ index.php?page=$1&subpage=$2&request=$3 [QSA]
RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/?$ index.php?page=$1&subpage=$2 [QSA]
RewriteRule ^([a-zA-Z0-9]+)/?$ index.php?page=$1 [QSA]
I’m always wrong about something, and I’m angry now, someone could help me?
What have you tried? It would be easier if you showed what you have and what mistake is happening.
– Jorge B.
I’ve already had the solution, but thank you very much.
– rengaw