skip to Main Content

.htaccess for moved forum and seo url

I've a problem with my .htaccess file. I recently moved the forum (IPB) that was in the root path in a subdirectory, so I wrote this .htaccess file Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^view/([0-9]+)/?$ index.php?view=$1 [NC,L] RewriteCond %{HTTP_HOST}…

VIEW QUESTION

Opencart SEO rewrite 404 error

I am working for someone who runs a webshop. Now the webshop runs on Opencart software, and fortunately they support SEO Url rewriting. I have been trying to get this working for the last 2 hours and havent been able…

VIEW QUESTION

.htaccess replace .php with / for every PHP file – SEO

I'm trying to get the following functionality to work in PHP without a framework. I don't want to have to worry about setting up a super complicated framework for every PHP application I do. http://domain.com/sign_up.php becomes http://domain.com/sign_up/ http://domain.com/user.php?id=432 becomes http://domain.com/user/?id=432…

VIEW QUESTION
Back To Top
Search