Welcome Guest, Not a member yet? Register   Sign In
clean urls, oauth, twitter
#5

[eluser]Unknown[/eluser]
[quote author="Larry Rubin" date="1273737107"]If you're having the problem described by the OP, take a close look at your mod_rewrite rules.

Removing the "?" from the following line solved the problem for me:

Code:
RewriteRule ^(.*)$ /index.php?/$1 [L]

The working form looks like this:

Code:
RewriteRule ^(.*)$ /index.php/$1 [L]

I am now able to use Elliot's Twitter OAuth lib with clean URLs.

I'll post again if I discover anything breaking from this change.[/quote]

Thanks. This worked for me.


Messages In This Thread
clean urls, oauth, twitter - by El Forum - 04-12-2010, 07:55 PM
clean urls, oauth, twitter - by El Forum - 04-24-2010, 03:13 AM
clean urls, oauth, twitter - by El Forum - 05-12-2010, 08:51 PM
clean urls, oauth, twitter - by El Forum - 06-18-2010, 08:10 AM
clean urls, oauth, twitter - by El Forum - 08-16-2010, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB