I want to launch a website that uses CodeIgniter as PHP application framework. The problem is Google Friendly URL's don't work because I can't get the app.yaml setup correctly. I need to have the below rewrite rules translated to Google App Engine rules and I can't get it to work!. Please help me out!
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
I tried everything, different config.php settings and even de mod_rewrite.php trick. All don't work!
Cheers,
Victor Angelier
#PHP #CodeIgniter #Framework #RewriteRules #AppEngine #Yaml