Brother Hassan Posted August 27, 2011 Posted August 27, 2011 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 ? Quote
jje Posted August 27, 2011 Posted August 27, 2011 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. Quote
PenTester Posted August 27, 2011 Posted August 27, 2011 that's great . Where did you get this script? Quote
Brother Hassan Posted August 27, 2011 Author Posted August 27, 2011 Its available in Softaculous Its just awesome Very very easy to use with inpage editing Quote
PenTester Posted August 30, 2011 Posted August 30, 2011 Oh sorry.!! Actually i didn't post it for this thread. I don't know how it comes here. Anyway your problem solved Congrats.! Quote
Brother Hassan Posted August 30, 2011 Author Posted August 30, 2011 Oh sorry.!! Actually i didn't post it for this thread. lol I don't know how it comes here. Anyway your problem solved Congrats.! Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.