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]
# 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]