I have recently updated my site, with that changed my htaccess file. My site runs correctly until I enter www.dhryn.com/web-development/ and then it throws a 404 error
The htaccess code runs fine on my tester server at home.
The htaccess code I am using is:
RewriteRule ^(game|web)(?:-|_)(?
?:dev|development)/?)(?
[a-zA-Z0-9_]+)/?)?(?
[a-zA-Z0-9_]+)/?)?(?
[a-zA-Z0-9_]+)/?)?$ $1dev.php?a=$2&b=$3&c=$4
I have tried a much simplified version which still didn't work. I have also tried accessing the php page directly and it runs fine.
Any help would be great
The htaccess code runs fine on my tester server at home.
The htaccess code I am using is:
RewriteRule ^(game|web)(?:-|_)(?
I have tried a much simplified version which still didn't work. I have also tried accessing the php page directly and it runs fine.
Any help would be great