To test your htaccess rewrite rules:
http://htaccess.mwl.be/
Month: January 2017
URL Rewrite for Beginners
A beginner’s guide to URL rewriting, with plenty of examples.
https://www.addedbytes.com/articles/for-beginners/url-rewriting-for-beginners/
htaccess redirect uppercase urls to lowercase urls
For SEO purposes, it is often necessary to enforce lowercase URIs on your website:
http://brianflove.com/2014/08/11/lowercase-your-uris/
htaccess not working
CodeIgniter .htaccess and index.php Issues – Solution
edit httpd.conf file
and change AllowOverride None to AllowOverride All and saintly this solution worked Perfectly.
htaccess redirect with query string
Neither Redirect nor RedirectMatch allow you to specify a query string for the redirect source:
https://simonecarletti.com/blog/2009/01/apache-query-string-redirects/
Google Tracking Code Slows My Site
Help with ga code slowing down site load:
http://www.analyticsmarket.com/blog/tracking-code-slows-my-site
Google Tag Manager
Help with google tag manager:
http://www.lunametrics.com/blog/2016/09/22/tracking-form-field-values-google-tag-manager/
http://www.lunametrics.com/blog/2016/08/04/beginners-guide-triggers-google-tag-manager/
http://www.lunametrics.com/blog/2016/03/07/google-analytics-and-google-tag-manager-debugging-tools/
Browser Size
Get your browser size. This helps with css and responsive design:
AMP
Network Solutions Slow Site
For a site hosted on Network Solutions that is experiencing very slow response:
- make sure you use the local database rather than the database on a remote server
- add a php ini file to the /cgi-bin folder
memory_limit = 64M
output_buffering = 2048
http://www.networksolutions.com/support/php-ini-for-unix-shared-hosting-faq/