francan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Cannot Save Theme ModificationDear Saurus,
Thanks for the info. I forgot to set it first. Now, everything works fine.
Again, thanks.
Forum: Fixing WordPress
In reply to: Cannot Import to Self-hosted BlogAgain, thanks, Champ!
Forum: Fixing WordPress
In reply to: no .htaccessDear bottleneck (& also ClaytonJames),
I, as suggested, have created the “1.htaccess” file using Notepad. The content of the file is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Then I uploaded the file using FileZila and renamed the file into “.htaccess”. I also changed the file permission to “777”.
I changed my permalink to “pretty” option and it worked just fine. Then I changed back the .htaccess file permission to “644”.
Now, everything seems to be working well.
Again, thanks for taking all the trouble helping me out; really appreciate it.
Forum: Fixing WordPress
In reply to: no .htaccessHi, Guys!
You’re terrific! Thanks for the advice; really appreciate it.
I use filezila for FTP and already set the “Force showing hidden files” to active but still cannot see the .htaccess file. Btw, where is the file located? (Just wanna make sure I observe the right directory.)
should I create the file manually? How?
Thanks!
Forum: Fixing WordPress
In reply to: Cannot Import to Self-hosted BlogThanks! It worked fine now