I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| """ | |
| PyAudio Example: Make a wire between input and output (i.e., record a | |
| few samples and play them back immediately). | |
| This is the callback (non-blocking) version. | |
| """ | |
| import pyaudio | |
| import time |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| # Never save database creditentials in your repo. Keep a dummy copy with a different name eg "local.xml.dev" | |
| app/etc/local.xml | |
| downloader | |
| # If you'd like to keep the downloader, use the following instead: | |
| # downloader/.cache | |
| # downloader/cache.cfg | |
| # downloader/connect.cfg | |
| # All of the var folders can be excluded. |
In one of my pet projects, I redirect all requests to index.php, which then decides what to do with it:
This snippet in your .htaccess will ensure that all requests for files and folders that does not exists will be redirected to index.php:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d