Jump to content

What's wrong?


Boxerman

Recommended Posts

Hi guys could someone just double check this for me please I need a fresh set of eyes.

 

RewriteEngine On

RewriteRule ^/admin /admin [L]

RewriteRule ^/?watch/([a-z0-9-/]+)$ index.php?menu=watchmovie&perma=$1 [L]

RewriteRule ^/?([a-z0-9-/]+)\.html$ index.php?menu=$1 [L]

RewriteRule ^/?pages/([a-z0-9-/]+) index.php?menu=page&permalink=$1 [L]

RewriteRule ^/?movies index.php?menu=movies [L]

RewriteRule ^/?tv-shows index.php?menu=tv-shows [L]

RewriteRule ^/?home index.php?menu=home [L]

RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)/episode/([0-9]+)$ index.php?menu=episode&perma=$1&season=$2&episode=$3 [L]

RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)$ index.php?menu=show&perma=$1&season=$2 [L]

RewriteRule ^/?([a-zA-Z0-9-]+)$ index.php?menu=show&perma=$1 [L]

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/273653-whats-wrong/
Share on other sites

Please note this is the new code:

 

RewriteEngine On

Options +FollowSymlinks

RewriteRule ^watch/([a-z0-9-/]+)$ index.php?menu=watchmovie&perma=$1 [L]

RewriteRule ^([a-z0-9-/]+)\.html$ index.php?menu=$1 [L]

RewriteRule ^pages/([a-z0-9-/]+) index.php?menu=page&permalink=$1 [L]

RewriteRule ^movies/ /index.php?menu=movies [L]

RewriteRule ^tv-shows index.php?menu=tv-shows [L]

RewriteRule ^home index.php?menu=home [L]

RewriteRule ^([a-zA-Z0-9-]+)/season/([0-9]+)/episode/([0-9]+)$ index.php?menu=episode&perma=$1&season=$2&episode=$3 [L]

RewriteRule ^([a-zA-Z0-9-]+)/season/([0-9]+)$ index.php?menu=show&perma=$1&season=$2 [L]

RewriteRule ^([a-zA-Z0-9-]+)$ index.php?menu=show&perma=$1 [L]

Link to comment
https://forums.phpfreaks.com/topic/273653-whats-wrong/#findComment-1408310
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.