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

100
Views
la regla htaccess no reconoce la URL de la llamada ajax

tengo .htaccess

 RewriteEngine On RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC] RewriteRule ^ /%1 [NC,L,R] RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^ %{REQUEST_URI}.php [NC,L]

Tengo un código ajax que se ve así

 $.ajax({ type: "POST", url: "contact-submit", data: "name=" + name + "&email=" + email, success : function(text){ if (text == "success"){ formSuccess(); } else { formError(text); } } });

en Chrome (este código funciona)

 url: "contact-submit",

en safari (este código funciona)

 url: "contact-submit.php",

el código de Chrome no funciona en Safari y el código de Safari no funciona en Chrome

¿Qué tengo que hacer? por favor ayuda

about 4 years ago · Juan Pablo Isaza
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!