asked on
ASKER
ASKER
ASKER
ASKER
RewriteEngine On
RewriteBase /
RewriteRule ^shop/index.php / [R,L]
RewriteRule * /course-registration [R,L]
The asterisk in the second rule you should replace with whatever regex pattern you need to look for to redirect to course-registration. :-)
ASKER
ASKER
ASKER
ASKER
ASKER
A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.
TRUSTED BY
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
http://www.addedbytes.com/for-beginners/url-rewriting-for-beginners/