<IfModule mod_rewrite.c>
RewriteEngine On
</IfModule>
this is on my server (mypage.com) in .htaccess file.
How can i make:
- If i open here.mypage.com then this redirect me to mypage.com/here.html
- If i open mypage.com/now then this redirect me to mypage.com/now/test.html
My page is in PHP.
As long as here.mypage.com is the same document root the htaccess file is in, add:
Add: