I have a CodeIgniter application running on GAE.

There are plenty of answers on Google if you look, but to replace the 
.htaccess (as GAE doesn't use htaccess), use the following in your app.yaml:

handlers:
- url: /.*
  script: index.php

On Thursday, March 19, 2015 at 11:51:32 AM UTC, Victor Angelier wrote:
>
> Hi there,
>
> 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!
>
> .htaccess (RewriteRules that work on our private web-server)
>
> 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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/39f24a01-423a-4ebb-8802-00142424e512%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to