Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
redirect only certain files with .htaccess | read more.. Unsorted
Solution from: http://codesnippets.joyent.com/tag/htaccess Created by tlw on 27.09.2023 @ 09:17

# (force addition of www depending on your cert) RewriteEngine On RewriteCond % !^www\. RewriteRule ^(.*)$ http://www.%/$1 [R=301,L]

Submit a form using POST method through PHP | read more.. PHP
Solution from: unknown Created on 27.09.2023 @ 09:17

To submit a form using POST method through PHP, just add the data to be posted as header. This essentially saves one extra html page sent to the browser when user has to be redirected. Mostly found this technique useful for redirecting to payment gateways.

Changing root folder through htaccess | read more.. Unsorted
Solution from: unknown Created by tlw on 27.09.2023 @ 09:17

When You need to change the root folder of the website transparently with no touching actual scripts, then this one would help.

<<<1>>>
 
Created by THE LOST WEB © 2009-2012