Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteRule ^about(.*)?$ wp-content/themes/starling/about.php [L]
  4. </IfModule>
  5. <IfModule mod_rewrite.c>
  6. RewriteEngine on
  7. RewriteRule ^services(.*)?$ wp-content/themes/starling/services.php [L]
  8. </IfModule>
  9. <IfModule mod_rewrite.c>
  10. RewriteEngine on
  11. RewriteRule ^portfolio(.*)?$ wp-content/themes/starling/portfolio.php [L]
  12. </IfModule>
  13. <IfModule mod_rewrite.c>
  14. RewriteEngine on
  15. RewriteRule ^careers(.*)?$ wp-content/themes/starling/careers.php [L]
  16. </IfModule>
  17. <IfModule mod_rewrite.c>
  18. RewriteEngine on
  19. RewriteRule ^contact(.*)?$ wp-content/themes/starling/contact.php [L]
  20. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement