Does anyone now if google requires parameters on .htaccess file for php function calls?

I used to have a different .htaccess file and my google sign in used to work. Now i changed it and it doesnt.

htaccess

 RewriteEngine On

#RewriteBase /api/

Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

AddType video/ogg  .ogv
AddType video/mp4  .mp4
AddType video/webm .webm

Recommended Answers

All 2 Replies

Yes, what did you change, and what is the URL for your login page?

If the URL of your login page has changed, you need to make the change in the Google API account as well.

Also, I'm confused what you mean by google requiring paramaters for PHP function calls. Wht do you mean by PHP function calls? Google does not know what PHP functions are used in your script at all.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.