Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
htaccess
.
Show all posts
Showing posts with label
htaccess
.
Show all posts
18 Apr 2015
Create Search API like itunes Search API using PHP and MySQL
›
The Apple itunes provided a search API for retrieve app information from it. The Apple search API display result as J...
19 Aug 2014
Create RSS Feed dynamically using PHP and MySQL
›
You can create RSS feed dynamically using PHP like how you create sitemap dynamically using PHP and My...
5 comments:
29 Nov 2013
How to access pages through one page in site using .htaccess
›
You can access all pages from your site through a one page. It can be possible in .htaccess. In this type, you have...
28 Nov 2013
How to enable short tags in php using .htaccess
›
Mostly you would use ' <?php echo $name; ?> ' tag for display anything you want. You can also display ...
4 comments:
27 Nov 2013
How to redirect to www using .htaccess
›
Type your domain name without www in address bar. Check whether it redirects to your site or give a 301 error messag...
26 Nov 2013
How to redirect the urls using .htaccess
›
You can redirect the urls from one file name to another. It is possible in .htaccess. It can be done by 'Rewrit...
25 Nov 2013
How to enable or disable the directory lists using .htaccess
›
Your public_html folder should be contain many directories like images, js, styles. Someone may be try to access thes...
24 Nov 2013
How to prevent access to php.ini file using .htaccess
›
Php.ini file is the configuration file. Any changes in php.ini file can affect the functionalities of php. It is read ...
22 Nov 2013
How to force script to display as source code using .htaccess
›
You can display script code as a source code instead of executing. Syntax: RemoveHandler cgi-script ....
21 Nov 2013
How to enable SSI using .htaccess
›
SSI expands Server Side Includes. It is used to allow you can include in your html doucments for call CGI scripts or ...
20 Nov 2013
How to add MIME types using .htaccess
›
MIME expands Multi-purpose Internet Mail Extensions. It is used to classify the file types on Internet. ...
1 comment:
19 Nov 2013
How to add expires headers using .htaccess
›
Check your site in google insights page speed . You will get a error "Leverage Browser Caching", if your ...
2 comments:
18 Nov 2013
How to create error document using .htaccess
›
All of you should be get error message from your browser. When you type new page name in your address bar, you will g...
3 comments:
›
Home
View web version