Once you have added an SSL certificate to your domain, the next thing that needs to configure your site is to forcefully redirect from HTTP to HTTPS. If your site has been configured using WordPress, then you can do the required changes using the .htaccess file. .htaccess file is located at the main directory of the WordPress project, ie; in ... Read More »
Tag Archives: apache
Some useful flags (N, NC and QSA) for Apache server rewrite rules
Some useful flags (N, NC and QSA) for Apache server rewrite rules There are many flags available for Apache rewrite rules. Here we will talk about 3 useful flags- N, NC and QSA N|next-> [N] or Next flag causes the ruleset to start over again from the top. Use with extreme caution, as it may result in loop. NC|nocase-> [NC] ... Read More »
Configuring HTTP Apache Server and Tomact/ Jboss AS Application server
Download mod_jk (mod_jk.so is a Tomcat connector.) Download HTTP Apache server. And below I am describing the ways to configure mod_jk, HTTP Apache and Tomcat/Jboss AS 1). After downloading mod_jk rename this file as mod_jk.so 2). Place this file in the installed directory of apache in the below specified path – 3). Create the below mentioned files in the conf ... Read More »
Installation of Apache HTTP Server 2.2.x
1). Download the Apache HTTP Server from the apache official site based on the OS you use.Choose the correct OS based file. 2) Create a installation folder “apache” inside the dev folder. c:\dev\apache – I am going to use this folder path in my further reference. 3) Now run the setup and during the setup process fill the appropriate data ... Read More »
Jkoder.com Tutorials, Tips and interview questions for Java, J2EE, Android, Spring, Hibernate, Javascript and other languages for software developers