Skip to content Skip to sidebar Skip to footer
Showing posts with the label .htaccess

User Agent For Mobile Application Htaccess File

I have done a jquery mobile application. Now i want to run the url in mobile device only and deskto… Read more User Agent For Mobile Application Htaccess File

Seo Friendly Url Using Php

I am trying to make SEO friendly website using php... In folder jcheck i have a index.php file whic… Read more Seo Friendly Url Using Php

Custom Login With Htaccess Through Html/php

I'm working on a site with a directory that is protected with htaccess. I'd like to create … Read more Custom Login With Htaccess Through Html/php

How To Understand A Website Is Using Gzip Compression?

I am trying to check any website is using gzip or not? I found this explanation on Nibbler, We che… Read more How To Understand A Website Is Using Gzip Compression?

Https To Http Htaccess Redirect For Home Page Only

I need help being able to redirect the home page of a website I'm building from HTTPS to HTTP. … Read more Https To Http Htaccess Redirect For Home Page Only

How To Hide Url From Users When Submitting This Form?

I have a form with many many fields... When submitting these fields, I use the POST method which hi… Read more How To Hide Url From Users When Submitting This Form?

Need To Remove .html File Extension And Duplicate Names

I have a .htaccess file with the contents below, that removes the .html file extension for all of m… Read more Need To Remove .html File Extension And Duplicate Names

.htaccess Condition - Action Dependent On Filetype

What I have is a rule: RewriteCond %{REQUEST_FILENAME}.php !abc.php RewriteRule ^(.*)$ some.php [… Read more .htaccess Condition - Action Dependent On Filetype