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

142
Views
htaccess block request with id as parameter


I need a little help on htaccess file. I want to remove port from my domain but this blocked requests that have id on the url.

For example:

  • /content-manager/collection-types/application::posts.posts (WORKS)
  • /content-manager/collection-types/application::posts.posts/83 (ERROR 404)

My .htaccess file:

RewriteEngine On
RewriteRule ^$ http://127.0.0.1:32000/ [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://127.0.0.1:32000/$1 [P,L]

Please can somebody help me fix htaccess file?

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!