HannaIsabella
Member
Posted 4 years ago #
I wanted to change my permalinks so they're displayed like this: blabla.com/year/month/date/post-name. However, when my precious blog told me to update my .htaccess-file which was when I discovered that I had no .htaccess-file, which was the reason I created one.
I did everything that I could find. I pasted this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /english/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /english/index.php [L]
</IfModule>
in my texteditor, saved it as .htaccess and uploaded in the wordpress rootfolder ith my FTP client (SmartFTP). But still it's not working. Is it me who has screwed something up, or is it my blog that's screwing me up?
uploaded in the wordpress rootfolder
WP rootfolder meaning the "english" folder?
HannaIsabella
Member
Posted 4 years ago #
It is perfectly working...
http://hannaisabella.com/english/2007/09/18/hello-world/
WHat's the issue, according to you?
HannaIsabella
Member
Posted 4 years ago #
Now it's working! I'm so confused...
Well, I've got another problem too, which is that the about-page isn't working. Should I have to change the .htaccess-file to fix that too?
When I update the permalink options it still keeps telling me too update my .htaccess-file. Is that normal?
It's working:
http://hannaisabella.com/english/about/
*maybe clear your cache? Hard refresh= Ctrl+F5)
Don't mess with the htaccess if everything is working.
If the htaccess file is not writable by the server, yes, it will ask you to update it manually.
Settle for ONE permalink structure - and stick with it till the end of the times.. :)
HannaIsabella
Member
Posted 4 years ago #
Wow, you send me a link and everything's working ^^
HannaIsabella
Member
Posted 4 years ago #
Hmm, now I have the same problem on my other blog hannaisabella.com. I can't see the about page, and when I click on the post link it doesn't work.
HannaIsabella
Member
Posted 4 years ago #
Ah, never mind, I figured it out ^^
funk13.com
Member
Posted 4 years ago #
Thanks. I was just looking in to this.