Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Permalink Issue

    Hi charlesferrer

    check first if .htaccess file is working, it should be as below:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /Reptontest/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /Reptontest/index.php [L]
    </IfModule>

    # END WordPress

    The step that solved my problem was:

    Check the apache\conf\httpd.conf file for the line `# LoadModule rewrite_module modules/mod_rewrite.so and delete the # in front of the line. Then stop Apache and start it again

    Thread Starter AyoubEzzo

    (@ayoubezzo)

    ok, now the following code didnt return any recent update recent_news_updates

    and when i use the following recent_news_updates count=3
    i get syntax error, unexpected T_STRING

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)