skip to Main Content

Install codeigniter in parallels plesk server

The server runs 5.4.3 PHP with FastCGI For Cpanel, it works perfectly, however, it fail in plesk server. Here is the .htaccess used: RewriteEngine on DirectoryIndex index.php RewriteCond $1 !^(index.php|assets|upload|robots.txt) RewriteRule ^(.*)$ /my_folder/index.php/$1 [L] In config file: $config['base_url'] = '';…

VIEW QUESTION
Back To Top
Search