Jump to content

Editing .htacess For Addon Domain Name ???


Recommended Posts

Hey !

 

I've added a new addon domain name onlineislamictv.tk ...

I'm managing it using this awesome CMS called Concrete5 ...

I want to enable Pretty URLs,

It tells me that I have to paste this code in my servers configuration file or .htacess

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

 

How do I do it for an addon domain ?

Link to comment
Share on other sites

From what I understand, you need to paste that code into the .htaccess inside your Concrete installation folder. If there isn't a .htaccess there then you will probably need to create one. If you are using cPanel File Manager then you will need to tick the checkbox that says 'Show Hidden DotFiles' when accessing it (picture below). Not sure though.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...