-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 30, 2012 at 9:33 pm #446536<em>@jengraph 311262 wrote:</em><blockquote>Right, so I had created a new category rvls with everything under that for articles, how do I retrieve this with MySQL when I do import? that is all I care about.</blockquote>
You can import database tables via your phpMyAdminMarch 30, 2012 at 9:58 pm #446538When I imported it didn’t allow me to select table, I didn’t see anything. I now have two set of prefix data. What do I do now?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 30, 2012 at 10:07 pm #446540<em>@jengraph 311267 wrote:</em><blockquote>When I imported it didn’t allow me to select table, I didn’t see anything. I now have two set of prefix data. What do I do now?</blockquote>
You should be able to change in your configuration.php fileMarch 30, 2012 at 10:21 pm #446542That’s the thing I cannot locate the config file in my root, strange. I went looking for it to view the database info. Where is it?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 30, 2012 at 10:30 pm #446543<em>@jengraph 311272 wrote:</em><blockquote>That’s the thing I cannot locate the config file in my root, strange. I went looking for it to view the database info. Where is it?</blockquote>
It should be within your main site root folder – not the “templates” folder … the level above that …. where the “administration, components, modules, plugins, etc.” folders are. Not there ???March 30, 2012 at 10:41 pm #446547TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 30, 2012 at 10:42 pm #446548What is that web.config.txt file? Perhaps that it is and you only need to rename it?
March 30, 2012 at 10:47 pm #446551That file contains this.
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”Joomla! Rule 1″ stopProcessing=”true”>
<match url=”^(.*)$” ignoreCase=”false” />
<conditions logicalGrouping=”MatchAny”>
<add input=”{QUERY_STRING}” pattern=”base64_encode[^(]*([^)]*)” ignoreCase=”false” />
<add input=”{QUERY_STRING}” pattern=”(>|%3C)([^s]*s)+cript.*(<|%3E)” />
<add input=”{QUERY_STRING}” pattern=”GLOBALS(=|{0,2})” ignoreCase=”false” />
<add input=”{QUERY_STRING}” pattern=”_REQUEST(=|{0,2})” ignoreCase=”false” />
</conditions>
<action type=”CustomResponse” url=”index.php” statusCode=”403″ statusReason=”Forbidden” statusDescription=”Forbidden” />
</rule>
<rule name=”Joomla! Rule 2″>
<match url=”(.*)” ignoreCase=”false” />
<conditions logicalGrouping=”MatchAll”>
<add input=”{URL}” pattern=”^/index.php” ignoreCase=”true” negate=”true” />
<add input=”{URL}” pattern=”/component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$” />
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false” negate=”true” />
</conditions>
<action type=”Rewrite” url=”index.php” />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>So I know this is not the right file.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 30, 2012 at 10:49 pm #446552Can you change your prefixes within phpMyAdmin?
AuthorPostsThis topic contains 24 replies, has 4 voices, and was last updated by TomC 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum