redicrect

  1. B

    XF 2.1 redirecting old site urls to new urls by addon controller

    hi i need redirect my old site urls to new urls example : www.oldsite.com/articles/title/id to www.newsite.com/threads/title.id/ i added a simple controller class oldtonew extends AbstractController { public function actionIndex(ParameterBag $params) { $url =...
  2. D

    XF 1.5 SSL for certain pages does not work as it should.

    Hello gentlemen's, hi have asmall problem with to get SSL for certain pages. this is my .htaccess configuration : RewriteEngine On RewriteCond %{HTTP_HOST} ^mysite.com RewriteRule ^ http://www.mysite.com%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI}...
  3. enivid

    Add-on Advanced Feeder

    What I need: Control RSS feed check time (X minutes). Option to exclude items older than X minutes (e.g. to prevent posting very old posts that for some reason appeared in RSS feed). Post threads as redirect links to the URLs in RSS feed. Thread title = item title. Optional prefix or suffix...
  4. L

    XF 1.5 301 redirect old phpbb2 threads/forums to xenforo

    Hi Could someone please help me with my .htaccess settings? I need to redirect my old forum urls to new xenforo urls. Example Old: http://www.myforum.de/ftopic7469.html New: http://www.myforum.de/threads/werbelinks-hier-im-forum.7469/ Same with Forums: Old...
Top Bottom