Production Site and 404's |
Although nobody bothered to respond to this post, I thought I would post the solution I finally found -
Even though the application worked fine in my test server in a subdirectory, in the production server putting the application in a subdirectory was causing all the problems. I made several changes to my .htaccess file, but the one I think did the trick was to add PHP Code: RewriteBase /CRM/ |
Messages In This Thread |
Production Site and 404's - by webmachine - 04-27-2016, 09:49 AM
RE: Production Site and 404's - by webmachine - 05-04-2016, 01:37 PM
RE: Production Site and 404's - by PaulD - 05-05-2016, 07:32 AM
|