Search the Community
Showing results for tags 'mvc'.
-
Hi, there. I have a website inside /home/munny/public_html/skeletronik/ and there there is a .htaccess file that controls directives to /public/index.php in a MVC standard created by me. I'm new to .htaccess. Well, that's my .htaccess file configuration: RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ /public/index.php?url=$1 [QSA,L]The result is: Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. What do you suggest for RewriteRule?
-
I've been emailing, but was told to post here to get a response. I have been trying to upload my ASP.NET MVC site for the past two days, but I realized I have to have help from staff to do it first. Is there anyone that could help me with that?