Sorry backing again to an error that many have talked about on this forum, but after 3 days struggling with this I can't figure how to fix it.
I have the "ExtJS 4.1.1a" version installed on Delphi XE4, and the Apache server 2.2.1 (UwAmp) with the following configuration running on Windows 8 (firewall disabled).
<VirtualHost *:8077>
#UWAMP Generate Virtual Host
DocumentRoot "c:/out/"
ServerName "uni"
Alias "unialias" "c:/out"
<Directory "c:/out">
AllowOverride None
Options FollowSymLinks Indexes ExecCGI
Allow from all
Order allow,deny
</Directory>
</VirtualHost>
I'