Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Gunu

    (@grafcom)

    @angela928
    check your .htaccess file and delete the /en or /fr before your domain name.

    Thread Starter Angela928

    (@angela928)

    Thanks for the quick answer, of course newbie here, I have located my .htaccess file however there is no domain info in it:

    # Only allow direct access to specific Web-available files.

    # Apache 2.2
    <IfModule !mod_authz_core.c>
    Order Deny,Allow
    Deny from all
    </IfModule>

    # Apache 2.4
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>

    # Akismet CSS and JS
    <FilesMatch “^(form|akismet)\.(css|js)$”>
    <IfModule !mod_authz_core.c>
    Allow from all
    </IfModule>

    <IfModule mod_authz_core.c>
    Require all granted
    </IfModule>
    </FilesMatch>

    # Akismet images
    <FilesMatch “^(.+)\.(png|gif)$”>
    <IfModule !mod_authz_core.c>
    Allow from all
    </IfModule>

    <IfModule mod_authz_core.c>
    Require all granted
    </IfModule>
    </FilesMatch>

    Thanks

    Plugin Author Gunu

    (@grafcom)

    This is in your root of the installation?

    Thread Starter Angela928

    (@angela928)

    I would think so, I am in the file manager on my domain hosting site, I made a search for .htaccess and it is the only file that popped up

    public_html/Heurosite/wp-content/plugins/akismet

    Plugin Author Gunu

    (@grafcom)

    That is not in the root.

    The root is public_html/Heurosite/ here must be a .htaccess file

    Thread Starter Angela928

    (@angela928)

    Thanks,

    found one more in: /public_html/.htaccess

    with this content:

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

    Plugin Author Gunu

    (@grafcom)

    Can you give me a link to your site?

    Thread Starter Angela928

    (@angela928)

    heuroconsult.com

    Also on tech chat with domain host now

    Thanks again

    Plugin Author Gunu

    (@grafcom)

    With FTP temporarily rename the folder qTranslate-x to qTranslate-x-old

    Then login… see message

    Plugin Author Gunu

    (@grafcom)

    Under – Settings – General

    Check WordPress Address (URL) and Site Address (URL)

    Thread Starter Angela928

    (@angela928)

    k trying now

    Thread Starter Angela928

    (@angela928)

    k chat tech got in someway and disabled all the plugins so I can start from scratch again. I will not opted for the pre-domain config again.

    Thanks for your help. I hope I can make this work as intended

    Plugin Author Gunu

    (@grafcom)

    I will not opted for the pre-domain config again.

    Use Pre-Path Mode (Default, puts /en/ in front of URL). SEO friendly.

    Thread Starter Angela928

    (@angela928)

    Yes lesson learned

    Plugin Author Gunu

    (@grafcom)

    You are welcome!

    You can review this plugin to help other people to find out the value.

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

The topic ‘pre domain configuration stuck’ is closed to new replies.