RewriteEngine On
RewriteRule ^home/?$ index.php
RewriteRule ^news/?$ newsneve.php

RewriteRule ^about-in-detail/?$ aboutone.php
RewriteRule ^about-in-detail/([0-9]+) aboutone.php?SglAbtZ=$1

RewriteRule ^services/?$ services.php
RewriteRule ^service/?$ singleservices.php

RewriteRule ^director-team/?$ boardofdirector.php
RewriteRule ^management-team/?$ mgmtteam.php
RewriteRule ^other-staff/?$ otherstaff.php

RewriteRule ^services/([0-9]+) singleservices.php?Sgl_Servisz=$1
RewriteRule ^gallery/?$ gallery.php
RewriteRule ^about/?$ about.php

RewriteRule ^contact/?$ contacts.php


RewriteRule ^team/?$ team.php
RewriteRule ^career/?$ vacancy.php
RewriteRule ^resource/?$ download.php
RewriteRule ^resource/[0-9+]?$ download.php?page=1
RewriteRule ^news/?$ news.php
RewriteRule ^news/([0-9]+) newsneveone.php?abvxyz_id=$1

RewriteRule ^notice/?$ notice.php

RewriteRule ^notice/([0-9]+) notice.php?id=$1

RewriteRule ^video/?$ video.php


RewriteRule ^album/?$ singlegallery.php
RewriteRule ^video/?$ video.php

RewriteRule ^album/([0-9]+) singlegallery.php?id=$1