skip to Main Content

URL friendly ASP Classic and Isapi Rewrite – Plesk

The point is, I can access an address dominio.com/modulo/id/titulo and it rewrites to dominio.com/default.asp?link=artigo&id=123&titulo=teste, but my question is whether I can do the reverse process, i.e. go to dominio.com/default.asp?link=artigo&id=123&titulo=teste and it changes to dominio.com/modulo/id/titulo. Codes: ASP <!DOCTYPE html><html lang="pt-br"><head><meta charset="utf-8"/><title>Teste…

VIEW QUESTION

301 path redirect in web.config – Apache

I am trying to get a web redirect to work for my wordpress site, but nothing happens for the redirect url. The site is wordpress and has an existing web.config file which looks like this: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer>…

VIEW QUESTION
Back To Top
Search