| Lorem Ipsum |
|
Start Lorem Ipsum Dummy Text Lorem Ipsum source |
| Htaccess redirects |
|
Simple page Simple folder New File Extension Non-www to www-domain www to non-www-domain Old domain to new domain |
| Miscellaneous |
|
Word and Letter Count Tool HTTP Status Codes |
| ASCII Characters |
|
ASCII table Extended ASCII HTML Codes |
| Client Information |
|
My IP Address My Screen Resolution My Color Depth My Operative System My Web Browser |
| Simple page htaccess redirect |
|
The following htaccess code will redirect your visitors from an
example-old.html to an example-new.html page. Redirect 301 /exampleold.html http://www.domain.com/example-new.html 301 means you redirect the page permanently. If it is a temporary redirect (that is a 302 redirect), remove 301 from the code.The code will then look like this: Redirect /exampleold.html http://www.domain.com/example-new.html See more examples of htaccess redirects in the menu on the left or below. |
| Search |