Main page | Register |


Rewriting rules


.php to .html extension
Create a .htaccess file and copy this into file:


Rewriting whole directory for example: http://www.mysite/main.php?category=$category&subject=$subject
Create a .htaccess file and copy this into file:


Redirecting domain.com to www.domain.com
Create a .htaccess file and copy this into file:


Redirecting www.domain.com to domain.com
Create a .htaccess file and copy this into file:


Redirecting all urls that doesn't have a trailing slash to urls with a trailing slash
Create a .htaccess file and copy this into file: