php | naveenOS https://www.naveenos.com How may I help you - E-Commerce | Full-Stack Developer Thu, 17 Jun 2010 04:56:15 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 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
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 redirect browser to https (ssl) in php https://www.naveenos.com/2009/07/how-to-redirect-browser-to-https-ssl-in-php https://www.naveenos.com/2009/07/how-to-redirect-browser-to-https-ssl-in-php#comments Sat, 18 Jul 2009 11:13:25 +0000 http://naveenos.com/?p=26 Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and from the payment gateway. In the common scenario, most of the sites uses “http” protocol and you can see “http” in the browser’s address bar. But in the above scenario,we […]

The post How to redirect browser to https (ssl) in php first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/how-to-redirect-browser-to-https-ssl-in-php/feed 1
Solving European characters (Western charset) problem with Ajax and PHP https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php#comments Thu, 09 Jul 2009 20:40:01 +0000 http://naveenos.com/?p=18 Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax. Problem with European Charset with […]

The post Solving European characters (Western charset) problem with Ajax and PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php/feed 1
6 free ajax chat applications using PHP https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php#comments Thu, 09 Jul 2009 20:27:15 +0000 http://naveenos.com/?p=9 While talking about chat application, these days people hate those kind application made in PHP which need page refreshing. In this post, I’ll show you six different free Ajax chat applications which might be very useful if you’ve to use Ajax based chat application. Depending upon the requirement of your chat application, you can use […]

The post 6 free ajax chat applications using PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php/feed 1
Creating and Parsing JSON data with PHP https://www.naveenos.com/2009/07/creating-and-parsing-json-data-with-php https://www.naveenos.com/2009/07/creating-and-parsing-json-data-with-php#respond Thu, 09 Jul 2009 20:26:31 +0000 http://naveenos.com/?p=8 Today, I’m going to tell you something about JSON data and how we can handle them via PHP. Although, JSON stands JavaScript Object Notation, it is used by many other technologies like PHP and Java for data interchange format over the Internet. What is JSON? JSON is ultra-weight data interchange data format used over the […]

The post Creating and Parsing JSON data with PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/creating-and-parsing-json-data-with-php/feed 0
PHP Framworks !! Why , when and which ? https://www.naveenos.com/2009/07/php-framworks-why-when-and-which https://www.naveenos.com/2009/07/php-framworks-why-when-and-which#respond Thu, 09 Jul 2009 20:24:13 +0000 http://naveenos.com/?p=6 Well!! I know it’s been a long time, but what to do so many things to do and I’m having hard time to maintain this blog these days.Hope I will be regular like I was before. Today, I’m going to talk about some of the popular MVC PHP frameworks. A few people has asked me […]

The post PHP Framworks !! Why , when and which ? first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/php-framworks-why-when-and-which/feed 0