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

107
Views
htaccess rule does not recognize url of ajax call

I have .htaccess

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

I have ajax code looks like this

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

in chrome (this code works)

  url: "contact-submit",  

in safari (this code works)

  url: "contact-submit.php",  

chrome code does not work on safari and safari code doesn't work on chrome

What should I do? please help

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!