Error 404

Hey guys,

I read lots of error discussions because of Error 404. But I didn’t found my solution.

My problems is following.

I’m developing on local machine with xampp. After that, I’m creating an package and installing this package on Linux server.

I tried it also on a local machine with the help of virtualbox to install create package and install it on linux. There it worked also, but just on the official machine its not working. What do I wrong?

But after Installing that, I get this problem:

"Not Found

The requested URL /index.php/site/login was not found on this server.

Apache/2.2.22 (Ubuntu) Server at gimusweb.logicaspace.com Port 443"

Listen 2000

<VirtualHost *:2000>

ServerAdmin info@cgi.com





ServerName ControlPanel


DocumentRoot /var/www/controlpanel/www/


&lt;Directory /&gt;


    Options FollowSymLinks


    AllowOverride All


&lt;/Directory&gt;


&lt;Directory /var/www/controlpanel/www/&gt;


    Options Indexes FollowSymLinks MultiViews


    AllowOverride All


	&lt;IfVersion &lt; 2.4&gt;


		Order allow,deny


		Allow from all


	&lt;/IfVersion&gt;


	&lt;IfVersion &gt;= 2.4&gt;


		Require all granted


	&lt;/IfVersion&gt;


&lt;/Directory&gt;





ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/


&lt;Directory &quot;/usr/lib/cgi-bin&quot;&gt;


    AllowOverride All


    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch


    &lt;IfVersion &lt; 2.4&gt;


		Order allow,deny


		Allow from all


	&lt;/IfVersion&gt;


	&lt;IfVersion &gt;= 2.4&gt;


		Require all granted


	&lt;/IfVersion&gt;


&lt;/Directory&gt;





ErrorLog &#036;{APACHE_LOG_DIR}/error.log





# Possible values include: debug, info, notice, warn, error, crit,


# alert, emerg.


LogLevel warn





CustomLog &#036;{APACHE_LOG_DIR}/access.log combined

</VirtualHost>