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

275
Views
How to redirect any subdirectory to parent directory index without .htaccess?

Now I am redirecting any subdirectory to the index.html of the parent directory with a .htaccess "RewriteRule"

RewriteEngine On
RewriteRule ^(.*)$ index-dev.html 

https://myserver.com/parent/* to https://myserver.com/parent

Is there any way to do it without .htaccess? For example with JS? Thank you

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

OK, I see maybe is not possible.

I am going to use the JS URLSearchParams functions to get a variable value

  var queryString = window.location.search;
  var urlParams   = new URLSearchParams(queryString);

  var myDIrectory     = urlParams.get('directory');
  ...
about 4 years ago · Juan Pablo Isaza Report
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!