webtodd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: moving .htaccess fileis my .htaccess file formatted correctly?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: moving .htaccess filethanks, that worked.
Forum: Fixing WordPress
In reply to: Dynamic Posting?i’m not very technical either, but this seems like a common request for non-technical people? i’d be willing to pay $ for some type of program that could acheive what talgalili mentioned: importing posts from files
Forum: Fixing WordPress
In reply to: Dynamic Posting?i know how to do this type of thing:
<script language=”javascript” type=”text/javascript”
src=”post.txt”></script>i could just drop all my posts in .txt files and use a javascript to pull them into each entry… but this isn’t SEO friendly. is there some way to use a javascript like this (or something else) that is SEO friendly? i already have each of my entries in a .txt file
Forum: Fixing WordPress
In reply to: Changing permalinkshow do you check to see your .htaccess is writeable?
Forum: Fixing WordPress
In reply to: Dynamic Posting?thanks for the info
Forum: Fixing WordPress
In reply to: Dynamic Posting?I have most of the info in a spreadsheet, and would like to push that data into wordpress posts somehow? I’m not proficient with SQL however.