.htaccess - Htaccess external server rule -


I have a subdomain xxx.example.com. I am in folder 'images' so my URL is xxx.example.com/images/, I want to create a rule that says 'yxx.example.com/images/test/' to 'yyy.com/test.php' addresses Redirects to. My code:

  Revive on revivebase / images option + follow-up script -multi-viz rewritable ^ Test $ http://yyy.com/test.php [P]  

but I have error 404. What's wrong


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -