Internal Server Error include(Controller.php): failed to open stream: No such file or directory

Status
Not open for further replies.

tpbx10ho

New Member
Messages
1
Reaction score
0
Points
1
I am being told this is an error with the server either not accepting or seeing the .htaccess file. What can i do to solve this problem? This is the code of the .htaccess file:


# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working
RewriteEngine on
RewriteBase /

RedirectMatch 403 /\..*$

RewriteRule ^(.*)$ /src/www/$1

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d

RewriteRule ^/src/www/(.*)$ /src/www/index.php?r=main/$1 [L]
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

The error message on your site suggests that this is not an issue with your .htaccess file, but rather being caused because your script cannot find the file "Controller.php".

Thank you,
 
Status
Not open for further replies.
Top