Jump to content

Recommended Posts

Posted

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 ?

Posted

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.

 

Posted
Oh sorry.!! Actually i didn't post it for this thread.

lol :P

I don't know how it comes here. Anyway your problem solved Congrats.!

Thanks :)

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...