0
votes
0answers
33 views

How to serve Nginx using just a Rackspace server IP address? [migrated]

I'm setting up a server on Rackspace for migrating an existing website to so I can have everything working before changing the DNS entry. I had no problems getting the server to work at the IP ...
2
votes
2answers
106 views

clean urls issue using .htaccess in php project

I am working on a php laravel project. I am currently facing issues with .htaccess file. I have following .htaccess <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / ...
3
votes
2answers
87 views

Increase Servers folder depth limit for running scripts?

I have a CMS on my site that utilises TinyMCE (the WYSIWYG text editor). The issue is that TinyMCE cannot browse for files (example: images) on the web server. I get the error: Error 324 ...