APPLY FOR ONLINE Zend Framework Certification

                    
                        Step - 1 application/config   config.php

$config['base_url'] = 'http://localhost.test/codeIgniter3/';

Step - 2   C:\xampp\htdocs\test\codeIgniter3\.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>




                    
                


Comment


Back to Top