stevedmma
Member
Posted 4 years ago #
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....
Redirect 301 /vote http://www.example.com/newpage.html
should work in .htaccess
stevedmma
Member
Posted 4 years ago #
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]