Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

148
Views
Elimine los parámetros GET de la URL que primero se codifican con base64 y luego se codifican con urlen en el archivo .htaccess

Soy completamente nuevo en .htaccess e intenté implementar algunos ejemplos de youtube y google, pero nada funcionó realmente. tengo una url como

 https://anything.org/XYZ/dashboard?personid=MjAwNDAwMjU0&role=Mw%3D%3D**

y quiero algo como

 https://anything.org/XYZ/dashboard/personid/MjAwNDAwMjU0/role/Mw%3D%3D**

Probé un par de soluciones pero no funcionó. Actualmente estoy usando este código para eliminar la extensión del archivo.

 <IfModule mod_rewrite.c> RewriteEngine On #this will skip rewrite rules for POST requests RewriteCond %{REQUEST_METHOD} POST RewriteRule ^ - [L] #used to remove .html extension from the file RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC] RewriteRule ^ /%1 [NC,L,R] RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^ %{REQUEST_URI}.html [NC,L] #used to remove .php extension from the file RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC] RewriteRule ^ /%1 [NC,L,R] RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^ %{REQUEST_URI}.php [NC,L] </IfModule>
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!