• IM trying to make redirects

    like mydomain.com/vote points to another site where they can vote for me.

    I checked the .htaccess and everything looks good but then u try to access these URL’s it takes to you a black page on my wordpress site that says page not found.

    What am i missing?

    thanks….

Viewing 2 replies - 1 through 2 (of 2 total)
  • Redirect 301 /vote https://www.example.com/newpage.html

    should work in .htaccess

    Thread Starter stevedmma

    (@stevedmma)

    RewriteCond %{HTTP_HOST} ^mydomain.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.mydomain.com$
    RewriteRule ^facebook$ “http\:\/\/www\.facebook\.com\/pages\/Generation\-WHY\/59568265973” [R=302,L]

    RewriteCond %{HTTP_HOST} ^mydomain.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.mydomain.com$
    RewriteRule ^vote$ “http\:\/\/www\.podcastalley\.com\/podcast_details\.php\?pod_id\=67224” [R=302,L]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘redirects .htaccess’ is closed to new replies.