Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Thanks for your answer. But now if I go to domain.com it's not showing me domain.com/app Commented Jul 9, 2015 at 14:50
  • @Iseldore added another rule to handle that. Commented Jul 9, 2015 at 14:55
  • It doesn't work. For example, <link href="../libs/jquery-ui/css/jquery-ui.min.css" rel="stylesheet"> doesn't work because it goes up a level too high. Commented Jul 9, 2015 at 15:02
  • @Iseldore you're using relative links in your content (note this has nothing to do with php includes). You need to change your links to use absolute URL's if you're changing what the base URL is Commented Jul 9, 2015 at 15:03