Skip to content
Code Snippets The Code Beast
  • Home
  • THE INDEX
    • PHP Scripts
    • Javascript/jQuery
    • Free Templates
    • HTML/CSS Script
    • Web Design
    • Graphic Design
    • WordPress
    • Application Development
    • Fun Stuff
    • Video Editing
  • About
  • Contact Us
  • TOOLS
    • WordPress Password Generator
    • CF7 Spam Protector
    • HEX TO RGB Converter
    • Stripe Fee Calculator
    • APC Shipping Plugin
    • Housekeeping Platform
    • Transcribe Laravel Application
    • Postman to Swagger
    • Password Generator
  • Shop

Press enter to see results or esc to cancel.

Abraham Garcia in Fun Stuff   Saturday, December 11 2021

Htaccess Rule to Allow PUT on cPanel

Allow PUT, GET, POST, DELETE, HEAD, OPTIONS on cPanel via htaccess

I was struggling to setup htaccess to allow PUT Request on cPanel and I found this article on cPanel that helped me allow the behaviour on the server. <Limit GET

Continue reading
Abraham Garcia in Fun Stuff   Friday, April 3 2020

Apache cPanel PageSpeed Disable Feature on htaccess

Disable Apache's PageSpeed Mod Feature with a Simple .htaccess snippet.

This is the short snippet to disable Apache Automatic on cPanel PageSpeed Optimization.  <IfModule pagespeed_module> ModPagespeed off </IfModule>

Continue reading
Abraham Garcia in Application Development   Tuesday, August 1 2017

Force Users to Use WWW for Non WWW Versions

A basic htaccess snippet on how to force users to use www on non www version of their projects.

This is an .htaccess rule to force users to use www on non www website version. # Redirect non-www urls to www RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule (.*)

Continue reading
BECOME A CONTRIBUTOR TODAY

CONTACT US

Categories
  • AI Workflows
  • APIs
  • Application Development
  • Artificial Intelligence
  • Blogging
  • Cybersecurity
  • Developer Tools
  • Free Templates
  • Fun Stuff
  • GitHub
  • Graphic Design
  • HTML/CSS Script
  • Javascript/jQuery
  • marketing
  • PHP Scripts
  • Product Reviews
  • Python
  • SaaS
  • SEO
  • SQL
  • Uncategorized
  • Video Editing
  • Web Design
  • Website Analytics
  • WordPress

Facebook



Tags

  • wordpress
  • jquery
  • php
  • css
  • laravel
  • react js
  • javascript
  • bootstrap
  • github
  • contact form 7

Twitter

Tweets by @thecodebeast

Social Icons




Logo

Welcome to The Code Beast – A blog that helps developers find tools in their respective programming language.

Tags

  • wordpress
  • jquery
  • php
  • css
  • laravel
  • react js
  • javascript
  • bootstrap
  • github
  • contact form 7

Navigation

  • Home
  • About
  • Contact
Contact Us

The Code Beast
info@thecodebeast.com
The Code Beast © Copyright 2025.
Privacy Policy