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

web development concepts frontend backend – SEO

I am quiet new developing.... and I'm not quiet understanding everything. So, for web development you have: *STRUCTURE: -HTML -CSS -XML -For the structure we can use frameworks as bootstrap, foundation... *FRONT-END LANGUAGES (client-side): -javascript -jquery -ajax -flash -angularJS *FRONT-END…

VIEW QUESTION
Back To Top
Search