htaccess | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Wed, 02 Feb 2011 13:22:11 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 WordPress: Add or remove ‘www’ from your url https://www.naveenos.com/2011/02/wordpress-add-or-remove-www-from-your-url https://www.naveenos.com/2011/02/wordpress-add-or-remove-www-from-your-url#comments Wed, 02 Feb 2011 13:21:16 +0000 http://naveenos.com/?p=310 In most cases we see that when we try to open any site then it add ‘www’ in the url or remove from the url. This can be manage by Htaccess in general sites on the server. Wordpres provides a good facility to manage this url setting. 1. Go Settings > General 2. Set WordPress […]

The post WordPress: Add or remove ‘www’ from your url first appeared on naveenOS.]]>
https://www.naveenos.com/2011/02/wordpress-add-or-remove-www-from-your-url/feed 3
301 redirect in PHP and .htaccess https://www.naveenos.com/2009/07/301-redirect-in-php-and-htaccess https://www.naveenos.com/2009/07/301-redirect-in-php-and-htaccess#respond Mon, 27 Jul 2009 17:18:58 +0000 http://naveenos.com/?p=59 What is 301 redirect ? You have a website and its all pages are ranked in the search engine. And now you’ve moved these files to a new domain. What will happen in this scenario!!. You are sending the visitor to “Error 404 – File not found” page when they follow your website in the […]

The post 301 redirect in PHP and .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/301-redirect-in-php-and-htaccess/feed 0
Hiding PHP file extension https://www.naveenos.com/2009/07/hiding-php-file-extension https://www.naveenos.com/2009/07/hiding-php-file-extension#comments Mon, 27 Jul 2009 17:17:45 +0000 http://naveenos.com/2009/07/hiding-php-file-extension.html Do you want to hide your web site’s server script identity ? If you don’t want to reveal the programming language ( server side script ) of your website to visitors of website so that any hacker or spammer will not be able to intrude or inject any code in your website. Here is a […]

The post Hiding PHP file extension first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/hiding-php-file-extension/feed 1
Uploading large(big) files in PHP using .htaccess https://www.naveenos.com/2009/07/uploading-largebig-files-in-php-using-htaccess https://www.naveenos.com/2009/07/uploading-largebig-files-in-php-using-htaccess#respond Mon, 27 Jul 2009 17:16:15 +0000 http://naveenos.com/?p=55 I’ve seen that many of my friends are struggling with the uploads of the bigger or larger files in PHP. After looking at their struggle, i’m here to solve the problem of uploading larger or bigger files in PHP. Most of the web servers are configured such a way that a user can only upload […]

The post Uploading large(big) files in PHP using .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/uploading-largebig-files-in-php-using-htaccess/feed 0
Custom Error Page with .htaccess https://www.naveenos.com/2009/07/custom-error-page-with-htaccess https://www.naveenos.com/2009/07/custom-error-page-with-htaccess#respond Mon, 27 Jul 2009 17:14:06 +0000 http://naveenos.com/?p=52 In my last post of Hiding .php file extension with .htaccess Michael has mentioned that you can create your own custom page for the the 404(not found) error in server. And alex wanted to know that tip as well.Alex here is the post for you rather than replying your comment. When you mistype the URL […]

The post Custom Error Page with .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/custom-error-page-with-htaccess/feed 0
Prevent Directory Listing using .htaccess https://www.naveenos.com/2009/07/prevent-directory-listing-using-htaccess https://www.naveenos.com/2009/07/prevent-directory-listing-using-htaccess#respond Mon, 27 Jul 2009 17:11:04 +0000 http://naveenos.com/?p=49 What is directory listing ? As we know, most of the website contains “images” folder inside the root folder. If we type “www.somesite.com/images” in the browser and it shows the listing of the files in the browser like the picture below which means that directory listing is allowed on that web server. It’s better not […]

The post Prevent Directory Listing using .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/prevent-directory-listing-using-htaccess/feed 0
Hide .php extension with url rewriting using .htaccess https://www.naveenos.com/2009/07/hide-php-extension-with-url-rewriting-using-htaccess https://www.naveenos.com/2009/07/hide-php-extension-with-url-rewriting-using-htaccess#comments Mon, 27 Jul 2009 16:55:23 +0000 http://naveenos.com/?p=42 Last time I’ve written an article about hiding php file extension where I’ve showed you how you can use .html or .asp extension of file instead of .php extension. But there was one flaw in that technique you have had to change the file extension explicitly but in this post I’m going to show you […]

The post Hide .php extension with url rewriting using .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/hide-php-extension-with-url-rewriting-using-htaccess/feed 1
5 useful url rewriting examples using .htaccess https://www.naveenos.com/2009/07/5-useful-url-rewriting-examples-using-htaccess https://www.naveenos.com/2009/07/5-useful-url-rewriting-examples-using-htaccess#comments Sat, 18 Jul 2009 11:47:31 +0000 http://naveenos.com/?p=39 If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I’ve given five useful examples of URL rewriting using .htacess. If you don’t know something about url rewriting then please check my older post about url rewriting using .htaccess. Now let’s look at the […]

The post 5 useful url rewriting examples using .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/5-useful-url-rewriting-examples-using-htaccess/feed 1
How to check and enable mod_rewrite module in apache https://www.naveenos.com/2009/07/how-to-check-and-enable-mod_rewrite-module-in-apache https://www.naveenos.com/2009/07/how-to-check-and-enable-mod_rewrite-module-in-apache#respond Sat, 18 Jul 2009 11:43:28 +0000 http://naveenos.com/?p=35 Well, I’ve got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two most of the popular post of this blog 5 useful url rewriting examples and hide .php extension with url rewriting. How to check weather mod_rewrite module is enabled or […]

The post How to check and enable mod_rewrite module in apache first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/how-to-check-and-enable-mod_rewrite-module-in-apache/feed 0
Change default directory page using .htaccess https://www.naveenos.com/2009/07/change-default-directory-page-using-htaccess https://www.naveenos.com/2009/07/change-default-directory-page-using-htaccess#respond Sat, 18 Jul 2009 11:21:41 +0000 http://naveenos.com/?p=30 I know you guzy all know about index file. This is the default file which is executed in the web server. For example, if you type”http://naveenos.com” in this the browser, the “index.php” gets loaded first. This “index.php” file is commonly know as directory index file. Basically , the default executed file in the web directory […]

The post Change default directory page using .htaccess first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/change-default-directory-page-using-htaccess/feed 0