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 :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...