Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pennywise83

    (@pennywise83)

    up…

    Thread Starter pennywise83

    (@pennywise83)

    Up…
    I really need help here… anyone can help me? ??

    Thread Starter pennywise83

    (@pennywise83)

    I’ve found several unanswered post like mine about this problem, nobody can help me? ??

    For one:

    RewriteRule ^hello/([^/]+)$ hellousername=$1

    needs to be

    RewriteRule ^hello/([^/]+)$ username=$1

    Second, you need to add:

    RewriteEngine On

    So the solution is:

    RewriteEngine On
    RewriteRule ^hello/([^/]+)$ username=$1

    PS. How have you created a mypage.php file to load from WP? I wish to create a homepage that shows latest news with a banner at the top. I edited index.php with a banner but it appears on everything. Also I tried adding php code to a WP Page post, but it just displays the php as text?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dynamic Page template’ is closed to new replies.