Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: htaccess etc.

  1. #1
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts

    htaccess etc.

    Hi

    Having a problem with htaccess. I have followed the same procedure i did for CP to put WP as a sub directory and Clipper as the main directory.

    My htaccess files is this:

    # 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


    I have also changed the 'Settings' 'General' site address url so that it doesn't have /wordpress on the end.

    Am i missing something else somewhere? I know its been a while since i set my CP theme up.

  2. #2
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Right then to add to this......

    Its only the home page that doesn't work...... All the other pages work fine!!!! Have checked the url for the home page and that is fine.... Any body know or could shed any light on this?

  3. #3
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    Hi mazza

    Not really a Clipper thing...
    Are you using a subdomain? Or just a sub folder? Same for both sites? What's in the other htaccess file? In the settings, what are the WordPress and Site URLs?
    The search button. Your new best friend.
    - Dubya

  4. #4
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Hi dubya,

    lol, makes me wonder sometimes!!!

    All i am trying to achieve is a root install as per this link http://codex.wordpress.org/Giving_Wo..._Own_Directory

    I have done this a few times before and have never had any problems. I have followed it to the letter again and again. Sometimes i have the pages working and sometimes i don't!! But never have the home page running unless i stick the 'wordpress' back on the end of the general settings site url.

    I know i must be doing something wrong but don't know where????!!!

  5. #5
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    FYI: I have clipper in a sub directory using a sudomain. I changed the Site URL to http://mydomain.com/foldername/ and changed one line in the htaccess:
    Code:
    RewriteBase /foldername/
    and it seems to be working fine. I think that was what you wanted to know?

    - - - Updated - - -

    Sorry, You are doing something totally different than I thought.
    The search button. Your new best friend.
    - Dubya

  6. #6
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    This really is doing my little brain cell in !!!!

    Thanks dubya i've just tried what you have suggested and to no avail.

    Now i am just getting http:500 error on all pages!!!

    In the setting site url:

    WordPress Address (URL) http://(mydomain)/wordpress

    Site Address (URL) http://(mydomainname)

    If i try running the site this way it throws the 500 error up and if you stick /wordpress back on the site url it works fine!!!

    There has to be something simple to this??? Surely !!!!!

  7. #7
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    I would take a 5 minute break, then come back and start the process over again following the instructions at the link you provided. I bet you missed or messed one of the file edits.
    The search button. Your new best friend.
    - Dubya

  8. #8
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Exactly my thoughts and that is exactly what i'm going to do. One little brain cell ......... FRIED!!!! lol.

  9. #9
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    No problem. Let me know how it goes... Meanwhile, I have moved the thread to a more appropriate forum.
    The search button. Your new best friend.
    - Dubya

  10. #10
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Oops sorry didn't realise i had put it in the wrong forum.

    Just got back to this problem and its still not working!!!!

    Really don't get this. Would it be wise to re install the theme?

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. htaccess
    By christianm in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: February 10th, 2013, 10:08 AM
  2. [SOLVED] .htaccess rewriteRule
    By mehdicherfi in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: January 11th, 2013, 04:50 AM
  3. htaccess
    By zuko in forum Help Using ClassiPress
    Replies: 1
    Last Post: May 18th, 2011, 08:51 AM
  4. permalink and .htaccess
    By shatoony26 in forum Report ClassiPress Bugs
    Replies: 14
    Last Post: December 20th, 2010, 06:28 PM
  5. Want allow subdirectory (htaccess)
    By reyvax in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: August 24th, 2010, 01:06 PM