Results 1 to 3 of 3

Thread: .htaccess file references Joomla a lot. I use Wordpress!!

  1. #1
    Thread Starter
    jobspex's Avatar
    Join Date
    May 2012
    Location
    United Kingdom
    Posts
    412
    Thanks
    24
    Thanked 45 Times in 40 Posts

    .htaccess file references Joomla a lot. I use Wordpress!!

    Hi

    Why does my htaccess file start off with this when I have a wordpress site?:

    Code:
    ##
    # @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##
    Later on down the file, I see this:

    Code:
    ########## End - Rewrite rules to block out some common exploits
    #  Uncomment following line if your webserver\\\\\\\\\\\'s URL
    #  is not directly related to physical file paths.
    #  Update Your Joomla! Directory (just / for root)
    # RewriteBase /
    ########## Begin - Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    
    
    #
    ########## End - Joomla! core SEF Section
    I shouldn't have this if I have a wordpress site right?

    Although my wordpress site is an ADD-ON Domain to my parent web hosting account which is a joomla site. ?

    Thanks

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    I am not familiar with Joomla however this might be the case if your wordpress is installed on a folder on your main Joomla site.

    Is your Wordpress installed on a subdomain (wordpress.yoursite.com) or on a folder (yoursite.com/wordpress), just to clarify.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    jobspex's Avatar
    Join Date
    May 2012
    Location
    United Kingdom
    Posts
    412
    Thanks
    24
    Thanked 45 Times in 40 Posts
    Hi,

    No its not on a subdomain, its on its own domain, but just under the root joomla domain.

    So I have:

    MAIN JOOMLA SITE.com
    -- New Joomla Site.com (Add on domain - not subdomain)
    -- Another Joomla Site.com (Add on domain - not subdomain)
    -- Wordpress Site.com (Add on domain - not subdomain)

    So this wordpress site may use the parents htaccess code, but not sure as I can see all the sites have their own htaccess! Just wanted to clarify.

    Theres nothing wrong with my site, but just noticed it and was wondering why.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: May 16th, 2017, 01:33 AM
  2. How can I uploads Ads in Wordpress through a CSV or XML file?
    By activetenants in forum WordPress General Discussion
    Replies: 1
    Last Post: April 5th, 2012, 07:45 AM
  3. Combining Joomla and WordPress ! ?
    By morizio in forum WordPress General Discussion
    Replies: 3
    Last Post: June 28th, 2011, 07:42 AM
  4. Exact rules needed for ClassiPress htaccess file needed
    By cloudybright in forum Help Using ClassiPress
    Replies: 2
    Last Post: November 27th, 2010, 06:37 PM