Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mehdiops

Pages: [1]
1
Apache / htaccess not work
« on: April 20, 2017, 06:27:38 PM »
hi
i use this htaccess 
Code: [Select]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?page=/$1

my link website is this but at cwp not work

Code: [Select]
domain.com/post&id=50

Pages: [1]