Welcome Guest, Not a member yet? Register   Sign In
.htaccess problem, any help appreciated
#1

[eluser]ppwalks[/eluser]
Hi all,

I have a .htaccess file and controlling a 404 through it, but i'm having a problem with the second url slug, could someone point me in the right direction please, here is an example...

If i have this url: domain.com/eiodjf/ or this one - domain.com/eiodjf - it throws 404 and also
domain.com/services/welfm throws 404 but if I add domain.com/services/welfm/ it bring a blank template back

here is my .htaccess code for them parts...

Code:
ErrorDocument 404 /index.php?page=404&level=404

RewriteRule ^services/(.*)/$ index.php?page=services-pages&level=services-pages&slug;=$1

Thanks all




Theme © iAndrew 2016 - Forum software by © MyBB