By default, php websites and blogs display index.php at end of URL. Here is how to remove index.php from URL.
mod_rewrite
How to Redirect non-www to www in Apache htaccess
Sometimes you may need to redirect non-www URLs to www URLs for your website. Here’s how to redirect non-www to www in Apache htaccess.
How to Redirect www to non-www in Apache htaccess
Sometimes you may need to redirect www URLs to non-www URLs for your website. Here’s how to redirect www to non-www in Apache htaccess.
How To Enable mod_rewrite For Apache in CentOS
mod_rewrite is useful for URL rewrite and redirection in Apache. Here’s how to enable mod_rewrite for Apache in CentOS