tmkasun/pysmsgate/master/.htaccess - Htaccess File

tmkasun/pysmsgate/master/.htaccess

RewriteEngine On
#Pipeline any wdirectory which you need to excluede from matching regex
#run this on Ubuntu server sudo a2enmod rewrite && sudo service apache2 restart and set blank to 'index_page' in codeignitor config
RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache