Status
Not open for further replies.
2 comments
i am trying to redirect categories. I used Hx. code

Open up your .htaccess and paste this

Code:
RewriteRule ^app.html$ index.php?type=app
RewriteRule ^movie.html$ index.php?type=movie
RewriteRule ^game.html$ index.php?type=game
RewriteRule ^template.html$ index.php?type=template
RewriteRule ^music.html$ index.php?type=music
RewriteRule ^other.html$ index.php?type=other
RewriteRule ^tv-shows.html$ index.php?type=tv
RewriteRule ^script.html$ index.php?type=script
but when i add this i get 500 Internal Server Error

- asked hostgator support, tried many configs in 30 minutes, also i am trying to redirect from cpanel redirects tab. still 500 error.
- i redirect non www to www only, a code from google, that works, so redirection works.

but is not working redirection categories. I am having site installed in subfolder, not server root. what do i forgot ?
 
Status
Not open for further replies.
Back
Top