.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

Editing Python Class in Shell and SQLAlchemy -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

import - Python ImportError: No module named wmi -