Open GoogleCodeExporter opened 9 years ago
hi
I have the same problem with this plugin. Could you explain how to configure
this plugin to work propertly with 2 domains?
Thank you.
Original comment by skra...@gmail.com
on 26 Mar 2013 at 11:03
Just add your second domain in the | …/user/conig.php >> line 31:
Example:
define( 'YOURLS_SITE', 'http://yourdomain.com', 'http://yourseconddomain.com' );
Original comment by g...@6au.de
on 30 Oct 2013 at 1:53
I tried #2's solution, and it failed because of a syntax error. I still don't
understand how to use this.
Also, I noticed that http://domain.one/abc123 redirects to http://domain.two/
when the config is set to http://domain.two/, which is not what it is supposed
to do...
Original comment by andy.su...@gmail.com
on 1 Dec 2013 at 12:56
[deleted comment]
[deleted comment]
[deleted comment]
The syntax error appears to be due to a missing comma in #2's example - try:
define( 'YOURLS_SITE', 'http://yourdomain.com' , 'http://yourseconddomain.com'
);
Original comment by ppi...@gmail.com
on 20 Feb 2014 at 8:45
Original issue reported on code.google.com by
m...@beun.net
on 20 Mar 2013 at 8:49