Viewing 15 replies - 1 through 15 (of 15 total)
  • If you installed WordPress in http://www.mywebsite.com/, then that’s where you should be looking for your site.

    Thread Starter egyart

    (@egyart)

    thanks for your Reply

    first WordPress system I didn’t get problem with it
    where is in http://www.mywebsite.com/

    But second WordPress system
    in http://www.mywebsite.com/second_WordPress/
    where I have problem whith it when
    I view any page or post in http://www.mywebsite.com/second_WordPress/
    with permalinks i got Error 404 Not Found !

    I think Problem with .htaccess can any one tell me
    what the .htaccess in http://www.mywebsite.com/ would be like ?
    and .htaccess in http://www.mywebsite.com/second_WordPress/ would be like ?

    thanks

    Site url?

    Thread Starter egyart

    (@egyart)

    What happens if you go back to the default permalink structure? Can we see the site using this?

    Thread Starter egyart

    (@egyart)

    the page and post working but something happened to style its not display well

    there is no .htaccess in second wordpress which setup in subfolder

    and

    the .htaccess in first wordpress which setup in main root is

    # 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

    hope you solve my problem soon thanks

    the page and post working but something happened to style its not display well

    That sounds like you have a theme or plugin issue. Leaving the permalinks set to default, try:

    – deactivating all plugins
    – switching to the default Twenty Twelve theme

    And see if that fixes the display issues.

    Thread Starter egyart

    (@egyart)

    deactivating all plugins

    yes that display style well

    but permalinks still not work and what about plugin deactivating …

    thanks for your help

    that display style well

    Then there’s a (possibly separate) issue with your chosen theme. I’d still suggest deactivating all plugins before you try any custom permalinks. When you do reset the permalinks, chose one of the custom presets for now.

    Thread Starter egyart

    (@egyart)

    I deactivating all plugin only but I’m not switching to the default Twenty Twelve theme and my theme display well

    can you tell next step to solve that issue thanks

    Try:
    – deactivating all plugins
    – switching to the default Twenty Twelve theme
    – using one of the custom permalink presets.

    Thread Starter egyart

    (@egyart)

    works well with custom permalink presets

    but now I’m still need to active my theme and my plugins

    can you tell me steps to locate the error

    important note
    I setup same theme with same plugins in main root folder website
    and didn’t get error

    and also i set same website with same plugins and theme in
    subdomain like AA.mywebsite.com and worked well !!!

    but that problem appear when i move to subfolder in same domain root
    like mywebsite.com/AA/

    i’m really need to active my theme and my plugins
    help me to locate the error

    and thanks a lot about your great help

    Thread Starter egyart

    (@egyart)

    I’m still need to active my theme and my plugins

    can you tell me steps to locate the error

    important note
    I setup same theme with same plugins in main root folder website
    and didn’t get error

    and also i set same website with same plugins and theme in
    subdomain like AA.mywebsite.com and worked well !!!

    but that problem appear when i move to subfolder in same domain root
    like mywebsite.com/AA/

    i’m really need to active my theme and my plugins
    help me to locate the error

    and thanks a lot about your great help

    Thread Starter egyart

    (@egyart)

    hello please any one help here !

    Thread Starter egyart

    (@egyart)

    close

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘.htaccess issue’ is closed to new replies.