How to enable mod_rewrite in apache2

Leave a Comment
In Previous tutorials we looked how to mod_rewrite in windows xammp today we are gonna learn how to enable mod_rewrite in apache2. Here is some command which we have to follow. To check whether mod_rewrite is enabled: Look in mods_enabled for a link to the module by running ls /etc/apache2/mods-enabled | grep rewrite If this outputs rewrite.load then the module is enabled. (Note: your path to apache2 may not be /etc/, though it's likely to be.) To enable mod_rewrite if it's not already: To Enable the module we have...

how to enable mod_rewrite in xammp windows

Leave a Comment
When we start learning codeigniter remove index.php form url is biggest challenge for us. There is so many tutorials to remove index.php from url even i also written tutorials for remove index.php from url but there is so less tutorials which tell main steps of enable mod_rewrite in xammp. so let's start with this There is some steps which we have to follow to check mod_rewrite is enable or not in our xammp. lets start with those...

Xammp port 443 already use issue

Leave a Comment
Hello guy's today i am going to show u how to solve already port issue in xammp. Some times when you start xammp you will get this kind of error which is shown in below image Now how to solve this kind of issue so here is the solution follow this steps :D  Here is the solution step-by-step:  Open up httpd-ssl.conf.   Look for the line Listen 443   Change port number to anything you want. I use 4430....
Powered by Blogger.