I recently learned the CodeIgniter framework and encountered some problems. I recorded them so that I can review them later.
I want to try connecting to the database. Since I am a windows system and MS Sqlserver2014 is also installed on this machine, it is logical to think of using CI to connect to Sql Server.
PHP 5.6 version does not have the default dll to connect to SQL server. You need to download "Microsoft Drivers for PHP for SQL Server" from Microsoft's official website. However, this can only run normally in win32-bit systems.
Since my system is 64-bit, I modified the configuration of php.ini according to what is said on the Internet, but I still get the error "Can not find undifined function sqlsvr_conncet()". Although I saw it online
The article also mentioned this driver problem, but I never paid attention to it. After two days of struggling, I had no choice but to download the unofficial 64-bit driver from CSDN. The result turned out to be miraculously better. Hey, I think it’s still
I trust Microsoft so much that I don’t even pay enough attention to this small bug. How many beginners must be allowed to jump into the pit?
In addition, CI wants to remove index.php from the URL. According to the official documentation, change $config['index_page'] = 'index.php'; in Applicationconfigconfig.php to
$config['index_page'] = '';Then modify the httpd.conf file of Apache Server. Remove the comment before the Rewrite module. Then create a new .htaccess file in the application root directory,
Enable rewriteengine. But after I tested it according to the method, it didn't work.
Later, I searched the Internet for articles on Baidu Zhizhili. "How to remove index.php from URL in CodeIgniter framework", according to this article, you need to add a Directory node in httpd.conf. The node information is as follows:
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Then restart Apache and that’s it.
I hope this article can help friends who have the same problems as me.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Linux new version
SublimeText3 Linux latest version
