Monthly Archives: June 2017

DigitalOcean

Finally signed up for DigitalOcean’s services.  I chose them more because I like the How To articles they have to help one get up and running.  You can get a better deal with Linode but I wanted to support DigitalOcean … Continue reading

Posted in Web | Leave a comment

CodeIgniter3 .htaccess removing index.php subdomain

Below is the general documentation for editing the .htaccess file to remove index.php from a url The documentation examples is example.com/index.php/news/article/my_article will be the same as example.com/news/article/my_article using .htaccess file of: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule … Continue reading

Posted in Coding, Web | Tagged , , , | Leave a comment