Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • htaccess Setting
apache CMS htaccess Setting PHP web development

401 Response when PHP-FPM Enabled on WordPress CMS

Vinod Ram January 2, 2025 0 Comments

We recently migrated our website to another hosting service running FPM/FastCGI . We noticed under the website CMS -> tools -> Site Health Status , that all our REST API…

apache htaccess Setting linux web development

How to create date wise apache error log and access log

Vinod Ram April 14, 2020 0 Comments

By default apache write the access log and error log in the single file. Later it grow in sizes over days and then when you have to debug you find…

htaccess Setting rewrite rule Uncategorized web development

How to Set Access-Control-Allow-Origin (CORS) Headers in .htaccess file

Vinod Ram October 8, 2018 0 Comments

<FilesMatch “\.(ttf|otf|eot|woff|js|css|woff2)$”> # Type all extenstion that you want to allow <IfModule mod_headers.c> Header Set Access-Control-Allow-Origin “*” </IfModule> </FilesMatch> Vinod RamVinod Ram has been in Software Industry since 2006 and…

General htaccess Setting linux mac others web development

How to display hidden files in Mac OS

Vinod Ram April 3, 2018 0 Comments

Use “Command”+”Shift”+”.(dot)” to enable display of hidden files To hide just press the above three button again. Vinod RamVinod Ram has been in Software Industry since 2006 and has experience…

Drupal htaccess Setting linux rewrite rule web development

drupal clean URLs not working? with tilde sign

Vinod Ram August 8, 2015 0 Comments

If your site is developed in Drupal and your URL looks like this: If your site URL looks like this: http:///~/anyFolder/ Example http://example.com/~xyzaccount/somefolder/ http://xxx.xxx.xxx.xxx/~xyzaccount/somefolder/ Then you need to set RewriteBase!in…

htaccess Setting PHP rewrite rule web development

Force HTTPS url with .htaccess

Vinod Ram July 30, 2015 0 Comments

RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don’t put www. here. If it is already there it will be included, if not # the subsequent rule will catch…

htaccess Setting

How to remove file extension using .htaccess

Vinod Ram June 7, 2011 0 Comments

Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(+)$ $1.php Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development…

htaccess Setting

How to remove single file extension using .htaccess

Vinod Ram June 7, 2011 0 Comments

Options +FollowSymLinks RewriteEngine on RewriteCond %{filename.php} !-d RewriteRule ^(+)$ $1.php Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development…

htaccess Setting Symfony

How to configure the symfony project directory

April 22, 2009 0 Comments

Your symfony project derectory is “/var/www/html/sf_sandbox” so in the browser you can acess this by this URL : “http://localhost/sf_sandbox/web/frontend.php/” So if you want to map the symfony project directoy to…

rewrite rule

How to redirect domain to other directory on the same domain

April 17, 2009 0 Comments

Open the .htaccess file of your root directory of your project and add the following line. RewriteEngine On RewriteCond %{HTTP_HOST} !^http://someDomainName.com RewriteCond %{HTTP_HOST} !^http://www.someDomainName.com RewriteCond %{HTTP_HOST} !^$ RewriteCond %{REQUEST_URI} !^/someOtherDirectory/…

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch