justingreerbbi / wordpress-oauth-server

This plugin is a full OAuth 2.0 authorization server/provider for WordPress. The goal of WP OAuth Server is to provide an easy to use authorization method that 3rd party platforms can use to securely authorize users from your WordPress site.
https://wp-oauth.com
98 stars 45 forks source link

Should CGI support be added to .htaccess file on activation. #42

Open justingreerbbi opened 8 years ago

justingreerbbi commented 8 years ago

There seems to be a lot of CGI support out in the wild. Would it be a good idea to simply just add the .htaccess hack on activation?

pkarthikr commented 8 years ago

I used the .htaccess hack on activation and it stripped the CSS off the site (this is on a shared hosting btw)

Won't be that great an idea imo.

justingreerbbi commented 8 years ago

Adding code to to the htaccess file should not of stripped any css. It should not strip anything as a matter of fact.

Are you using htaccess to do custom rewrites for stylesheets?