Edit/Update htaccess File

Status
Not open for further replies.

dave18

New Member
Messages
23
Reaction score
0
Points
0
Hi guys,

I'm trying to update my blog's htaccess file in order to update its permalinks. Apparently your hosting won't let me do that.

If that's the case, can you perhaps do that for me instead? Here's what's needed to be included in the file:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Instead of my blog links going like davezan.com/p=?12 or something like that, it'll say instead davezan.com/name-of-post. Hope you'll help, thanks.
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
You should be able to edit your own htaccess files. What errors are showing when you try to do it yourself?
 

dave18

New Member
Messages
23
Reaction score
0
Points
0
I actually used cpanel's file manager, and got some kind of action not allowed message. But I
eventually just overwrote it or so using a custom htaccess file which I uploaded via FileZilla.

Thanks again!
 
Status
Not open for further replies.
Top