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

180
Views
Apache rewrite rule for removing part of the directory from the url

I have the following testing sites set up with apache and served from the following place /htdocs/www/*:

https://local.sweetcar.com/www/mycompany/
https://local.sweetcar.com/www/sweetcar/

I would like to configure an apache rewrite to serve the following urls

https://local.mycompany.com/
https://local.sweetcar.com/

So the www/mycompany/ and the www/sweetcar/ is removed from the url while everything else is preserved

This is what I tried with no success:

.htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You may use these rules in site root .htaccess:

RewriteEngine On
RewriteBase /

RewriteCond %{ENV:REDIRECT_STATUS} !200
RewriteCond %{HTTP_HOST} ^local\.([^.]+)\. [NC]
RewriteRule !^www/ www/%1%{REQUEST_URI} [L,NC]

RewriteRule ^index\.php$ - [L]
over 4 years ago · Santiago Trujillo 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!