Hello
I have follow this tutorial and it works!
http://www.howtoforge.com/using-php5...-centos-6.2-p2
Only point is the rules of rewrite of my old server (apache mod_php ) does not work with the new server
Mod_Rewrite is enabled by default in my new setup. I don't know if extra setup is needed with FastCGI enabled or simply I need to modify the rules
Any ideas? I leave some rules of my application for better explanation:
...
RewriteRule ^direccion$ /address.php [QSA,L]
RewriteRule ^direcciones$ /addresses.php [QSA,L]
...
It's just an example. Currently any rewrite rule works for me
If somebody can help here, will be great!