Please, help! Locating and updating htaccess in ver. 1.0
-
After spending ….. amounts of time seaching various support sites I still haven’t found out how to ‘update my .htaccess’ when NOT using version 2.0 or more recent versions AND using Mac OS X.
My situation:
Created a blog https://charlottekrenk.blogbar.dk/ without downloading WordPress
Trying SEO by creating a permalink structure /http:/%postname%/%year%/%monthnum%/charlottekrenk.blogbar.dk/
I am stock with the knowledge that I should update the .htaccess file and that should consist in manually to copy-past the code given in the window at the bottom which is the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>However, my first challenge as I see it:
Locating the htaccess file. Since I am not working from a webhost server where is this file located? Is it on my computer? I have searched to try to figure it out, however, not having found it I am beginning to wonder if it is possible to update the file at all considering the old version 1.0 I am apparently using?
Hope someone can help me getting around in the 1.0 ver.
- The topic ‘Please, help! Locating and updating htaccess in ver. 1.0’ is closed to new replies.