
.htaccess file reference list
The .htaccess files on your server are for making configuration changes to apache on a per directory basis. For more information on what the .htaccess is se our article on What is the .htaccess file and what do I use it for? The following is a list of articles that explain different uses for the .htaccess file.
URL Rewriting and Redirects
- Setting up a 301 permanent redirect via .htaccess
- How do I force the "WWW" version of my website using the .htaccess file?
- 307: How to force your Premium Website Builder website over SSL
- How to force a dedicated SSL using the .htaccess file
- How to force www or non-www in htaccess
- How to redirect your website to its mobile version
- Redirecting visitors to an Under Construction page
Security
- Restrict access with .htaccess and the IP Deny Manager
- Block unwanted users from your site using .htaccess
- How to prevent access to a specific file in htaccess
- How to prevent access to multiple file types in htaccess
- How to password protect a single file with htaccess
- How to block a country's IP ranges in htaccess
- How to password protect a single file with htaccess
- Hotlink protect files in the .htaccess and cPanel
- Restrict public access to your php.ini
Site Optimization and performance
File Handling
- How can I make my php.ini file recursive ?
- 303: Using Server Side Includes with HTML Files
- How to change your default Index page in htaccess
- Forcing a file to download in a browser via htaccess
- Removing file extensions from displaying in browser via htaccess
- How do I enable Hotlink Protection in my control panel (cpanel)?
- How do I execute PHP code in a HTML page?
Error Handling
.htaccess hacks
Miscellaneous
.htaccess Errors and issues
Related Questions
Support Center Login
Our Login page has moved. Please click the button below to be redirected to the login page.Recent Articles
![]() n/a Points
|
2017-09-12 12:16 pm
Enabling mod_speling would not effect the inmotionhosting shared platform users detrimentally. All the shared web hosting users would get a benefit. Being able to overcome a visitors to our web site url case typo's would seem like a good thing. Right now, to have this enabled requires an Inmotionhosting up sell upgrade. I am going to have find a web hosting platform that does things with more common sense. |
![]() n/a Points
|
2017-09-11 1:43 pm
using CheckCaseOnly On in .htaccess throws an 500 error. ????????????????????????????????????????? see: https://httpd.apache.org/docs/2.4/mod/mod_speling.html |
Staff 1,173 Points
|
2017-09-11 2:38 pm
When using CheckCaseOnly on you need to ensure it is applying that configuration to mod_speling. I have included what that should look like below, You will also need to ensure you have mod_speling enabled in your apache configuration.
CheckCaseOnly on |
![]() n/a Points
|
2017-09-11 4:35 pm
Your anawer does't address the issue!!!!!!! If it does, then your answer is not detailed enough. |
Staff 1,173 Points
|
2017-09-11 5:22 pm
Have you verified mod_speling is enabled in your Apache configuration?
|
![]() n/a Points
|
2017-09-11 8:41 pm
Not allowed to. Is there a regex work arround? Perhaps: RewriteEngine on RewriteCond %{REQUEST_URI} [A-Z] RewriteRule ^(.*)$ ${tolower:$1} |
13,821 Points
|
2017-09-12 7:30 am
Why not reach out to your host and ask them to look at the 500 error in the apache error log? This would at least let you begin to understand why you're getting a 500 error. And I'm not sure why you're not allowed to verify id mod_speling is not enabled. Your hosting provider should be able to answer that.
|
![]() n/a Points
|
2017-09-12 11:05 am
I did as you sugest. It sure seems like a reasonable sugestion............ I am learning this is one of the "got ya's" that Inmotionhosting seems to use to do up selling.... I am really thinking of terminating..... This is really too bad becuase the sales guy seemed very sincere and I liked the pitch. But I am learning (the hard way) that Inmotionhosting may not be my new home. The Inmotionhosting support response to turning on mod_speling was a very firm "NO", "IF you need it then upgrade" to one of their more expense platforms. I asked how to escalate the issue and was told it wouldN'T be possible to talk to anyone else or to reach someone at the NOC to explore a work arround. The more I learn about Inmotionhosting ......their business model seem to be "hok em" and "upp sell"! |
Staff 10,877 Points
|
2017-09-12 11:46 am
Our systems administrators cannot make system-wide configuration changes in a shared hosting environment based on individual requests. This rule is not a sales-driven decision, rather it is in place only to make sure that one user cannot affect the others in the shared environment.
|
![]() n/a Points
|
2014-06-19 10:16 am
how do I stop the hot linking protection for the whole site turning its-self on when I only want to stop some sites. I do not want to stop others like google from accessing the graphics which is what happens when the hotlinking protection is on |
Staff 11,186 Points
|
2014-06-19 10:36 am
It will not turn on automatically and if you turned it off within cPanel it should stay that way. This can, however, be changed by other scripts that my write to your .htaccess file such as security plugins for WordPress.
|
Search
Ask the Community!
Current Customers
Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
---|---|---|---|
Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |
Post a Comment