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 ?
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.
PenTester Posted August 27, 2011 Posted August 27, 2011 that's great . Where did you get this script?
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
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.!
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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now