-2
votes
1answer
11 views

Dynamic url re-writing using htaccess

How can I rewrite http://mydomain.com/test/master.php?catid=2&subcatid=8 to http://mydomain.com/test/master.php/catname/subcat using a .htaccess file. Once rewritten, how can I access these ...
0
votes
1answer
15 views

Redirect dynamic url to static url using htaccess

I have following type of dynamic urls. http://example.com/interviews/sample1/data.xml http://example.com/interviews/sample1234/data.xml http://example.com/video/video-2/data.xml In here interviews, ...
0
votes
1answer
26 views

URL rewriting via Wordpress Rewrite or .htaccess

Let's say I have a Wordpress blog: www.animals.com I have a certain PHP file in my theme directory: www.animals.com/wp-content/themes/mytheme/db.php Also, I have a custom template for that page, so I ...
0
votes
1answer
21 views

CakePHP in sub-url (not sub-directory)

I can find dozens of articles on installing CakePHP in a sub-directory and getting it to appear in the root url. That is NOT what I am asking for. I rarely down-vote, but if you give that answer, I ...
0
votes
0answers
7 views

htaccess file change url structure

I've been trying to rewrite my URL's with a htaccess file, for my wordpress site. I would change the url structure for better indicization, so I need help to do it. Home page is at: www.aaaaa.it/wp ...
0
votes
0answers
18 views

.htaccess redirect on both domain and /~user/

I've got a problem with rewriting urls when using a domain and x.x.x.x/~user Both these should redirect to the users index.php and then I handle which page the visitor wishes to see by checking the ...
0
votes
0answers
6 views

URL Rewriting on Apache Linux

Hello Everyone, Thanks in advance !! Actually i am suffring from url rewriting problem in php (apache server). Problem is : When i rewrite the oldurls: ...
0
votes
0answers
13 views

How to transfer every url of my site to https excluding one subdomain?

So I have already transferred all of my site's subdomains and domain name to (https) automatically using .Htaccess. The code I've used to do that is as follows: RewriteEngine On RewriteCond %{HTTPS} ...
0
votes
2answers
12 views

Using or ( | ) statement in .htaccess rewrite rules

Instead of writing 2 rewrite rules for pointing to the same page, I though I would be able to do this with one rule using the Or statement ( | ): RewriteRule ^([\d]+)-post[\d]*\.html|#post([\d]+) ...
1
vote
0answers
16 views

Friendly url - url routing

I have a blog site.I have main categories and articles for each category. Each article and category have a id and queries process for these id's. I want to change my url system to friendly urls. For ...
0
votes
2answers
28 views

change the url using with htaccess

i am trying to change the url using htaccess rewrite i want to change this url page/details.php?name=abcdef&id=18 to page/abcdef Here my sample code for this RewriteEngine On RewriteRule ...
1
vote
4answers
61 views

Replace ID in URL to username

I have a URl http://website.com/view/b2c32b2c782f65be2c299f7b38189a120fd51c89/ which directs the users to a profile, i.e. the id relating to the user. Is there anyway using php/.htacess/mysql ...
1
vote
1answer
26 views

HTACCESS | Adding a second rewrite rule?

I'm trying to write my .htaccess to support two vanity url's, the code will speak for itself as I'm not very good with .htaccess. RewriteRule ^([a-zA-Z0-9-]+)/?$ index.php?p=$1&s=$2 [L,QSA] ...
0
votes
1answer
10 views

disabling view of folder files from website

If a person goes to my site and type a URL like www.mysite.com/admin/includes, the webpage displays the entire directory! How can I stop this? Most of the files are in PHP though, so even if anyone ...
1
vote
2answers
39 views

.htaccess - re-writing a url using multiple parts of the original

I've been trying to fix this problem for 3 days and can't find the answer so I'm hopeful someone will be able to shed some light on this. I am looking to dynamically re-write URLs as permanent 301 ...
0
votes
0answers
5 views

Route subfolder urls to index folder taking its params as variable

I have a site index containing main files. I want to route users from subdomains to index files catching the param, however leaving urls of subdomains. e.g. mysite.com -> item.php (etc) to be ...
0
votes
0answers
10 views

How to 301 url which are getting generated automatically with dots

My webmaster showing some urls ending with dots - showing as duplicate url of the sam econtent http://www.xyz.com/index.php?option=com_news&view=detail&n_id=170&ite.. ...
0
votes
4answers
66 views

Remove question mark added to url using form 'get' method

I am using a form and the 'get' method to offer users a return option to an unknown url that they came from within my site, as per the code below. I prefer this to just the browsers back button and it ...
-1
votes
1answer
34 views

Shorten Long URL using htaccess file

I would like to shorten my url using htaccess http://mydomain.com/filename/categoryname/catid/subcategoryname/subid/productname/productid/ to http://mydomain.com/productname/ been searching for ...
-1
votes
1answer
24 views

Only display $_GET result in URL

Now my title can be a bit confusing because I don't really know how do describe the problem or question rather in a few words. So for example, right now I have the members page URL look like this: ...
0
votes
1answer
8 views

Folder URL screwing up due to .htaccess

In my htaccess I have the following code: RewriteRule ^([a-zA-Z0-9_-]+)$ category.php?parent=$1 The code works perfectly for what I want and makes pretty urls for categories as I'm sure you're all ...
1
vote
1answer
23 views

redirect old urls without index.php and parameters

I was able to get my old URL's with index.php to redirect to my new clean URL's eg: example.com/index.php?gender=m&height=70&weight=150 to example.com/men/70-inches/150-lbs/ However I've ...
0
votes
1answer
22 views

redirect old query URL to new rewritten URL .htaccess

I've successfully made my urls clean using parameters from example.com/index.php?gender=m&height=70&weight=150 into example.com/m/70/150/ so if someone types in that clean URL, they'll get ...
1
vote
1answer
55 views

How to change URL with htaccess [closed]

I have this code in my htaccess file for showing a company profile: RewriteRule ([a-zA-Z0-9_+-]+)\/home\ view_details.php And this code is working fine with this url ...
-1
votes
1answer
23 views

Url rewriting with .htaccess issue [closed]

Url rewriting doesn't seem to work. I want to rewrite http://www.domainname.com/job.php?id=41 to job.php/41 So this is the code I wrote in my .htaccess file: RewriteEngine On # Turn on the ...
1
vote
1answer
29 views

Mod Rewrite on get vars

I'm working on a private project, which is basicly a profile system. Now I've been trying how to improve the URL formatting. At this moment, I am using URL's which look like: -> ...
0
votes
2answers
45 views

How to mask a URL

I'm not try to hide my url. i just need to appear nice to my client. The URL that i'm trying to mask is: mysite.com/group/2. It would be nice if that was mysite.com/client. So, whenever my client hit ...
1
vote
1answer
20 views

Convert path queries to url variables with .htaccess?

I want to convert an entity query like 'http://www.mysite.com/users' to 'http://www.mysite.com/entities.php?entityName=users'. How to make such a rewrite rule? Or what should I put into my .htaccess? ...
0
votes
0answers
14 views

.htaccess mod_rewrite. Where am I going wrong?

After spending about 10 hours trying to sort this I am about to throw in the towel! All I want to do is Redirect - example.co.uk to www.example.co.uk Remove - index.php from ...
0
votes
1answer
108 views

Yii custom url routing

I want to create friendly urls in Yii framework. An example: mysitename.com/country/city/travelling-type or mysitename.com/country/city/travelling-type/price mysitename.com/city/price etc. The ...
0
votes
0answers
17 views

How do I remove the trailing slash from the URL ? I have tried searching a lot

I have spent several hours within the past few days trying to find out how to remove the directory slash. I would like my url to be like this; domain.com/order NOT domain.com/order/ I have tried ...
0
votes
2answers
101 views

The requested URL /public_html/ was not found on this server

I'm working on a local MAMP website. I use a micro MVC framework to use friendly urls so I don't need to call index.php (which is inside of public_html directory) in the urls. To achieve that, I ...
1
vote
1answer
47 views

CodeIgniter URL with .htaccess

Hi everyone I am having a problem in setting up the .htaccess URL fix for CodeIgniter Framework. I have a site launched in a folder named "sites". => THE PROBLEM: **This URL works perfectly: ...
0
votes
1answer
25 views

Need three variables in my URL

I have 3 variables in my URL I need on my website: page, x, and action. Like this: /?page=category&x=geografi&action=succes I wrote: <IfModule mod_rewrite.c> RewriteEngine On ...
-1
votes
2answers
50 views

After hidding the .php extension on the adress bar [closed]

I hid the php extension in the browser address bar by using some commands I found over the web on the httpd.conf and php.ini files and now my images dont work, check'd "Inspect element" on Chrome and ...
0
votes
2answers
36 views

Forbid URLs if user not logged in

I have a web application which requires username and password authentication. If a user hasn't logged in then the system must stop users accessing URLs. For example URL below should be forbidden so ...
0
votes
0answers
25 views

How to make a htaccess rule to remove & from URL

I have some links in my site like www.example.com/name/id/about Some names contain the & character (1 or more times) and I would like to remove it Can any1 suggest a rewrite condition and rule ...
-3
votes
0answers
13 views

Rewrite web url [closed]

I want to change my web url from: http://www.example.com/page.php?name=aboutus to: http://www/example.com/page/aboutus and these page names are in random not fixed. Fix it using regular ...
0
votes
2answers
55 views

.htaccess Rewrite Engine ON, show no_image.png in URL

In order to show no_image.png by .htaccess (if image does not exist) I use: RewriteEngine On RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
-1
votes
0answers
23 views

Show no_image.gif by .htaccess if image does not exist

I want to show no_image.gif if requested picture in the following URL format: domain.com/t.php?src=p/dd5e5b08_1.jpg does not exist. I would like to avail this trough .htaccess. Thanks a ...
1
vote
1answer
40 views

hide directory for symfony2 app in url

The app.php is hidden from url like this: RewriteEngine On #<IfModule mod_vhost_alias.c> # RewriteBase / #</IfModule> RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ ...
0
votes
1answer
32 views

Rewrite URL SEO

My site has a url like this http://www.mydomain.com/index.php?page=doctors&docid=99 Using SEO rewrite RewriteRule ^doctors/([0-9]+)/(.*).html$ index.php?page=doctors&docid=$1 [L] I get ...
0
votes
1answer
14 views

URL Breaks in prestashop

I downloaded the theme. The category is added as the menu in navigation bar. When I click on menu. It takes The requested URL ---- was not found on this server. How to fix this.. I dont know where the ...
-2
votes
1answer
43 views

Remove string from URL using .htaccees [closed]

I've set up a bit.ly short link for a party and printed it on 1000 flyers. Somehow the bit.ly target link contains some strings which shouldn't be there and I have no idea why. So what happens is: It ...
1
vote
1answer
68 views

Remove Duplicate Slashes and Backslashes in URL via .htaccess or PHP [duplicate]

I want to remove completely ALL slashes or backslashes at the end of the URL. http://www.mp7.org/?site=69.com\\\\\\\\\\\\\ via .htaccess or PHP. The following .htaccess rule do NOT work: ...
0
votes
1answer
69 views

Removing duplicate slashes in URL via .htaccess or PHP

I'm trying to remove duplicate slashes from URLs. The following .htaccess rule: RewriteRule ^(.+)//+(.*)$ $1/$2 [L,NC,R=301] do NOT work for me on a URL such as the following: ...
1
vote
2answers
58 views

Slashes instead of $_GET variables

I know that this is a question that has been already answered. The trouble is that I don't know what I am doing wrong but when I paste in the code I found in the other: RewriteEngine On RewriteRule ...
0
votes
1answer
72 views

URL rewrite and robots.txt

I have made urls SEO friendly i.e. http://mydomain.com/topic/title-of-page Previously, the url of the above page was http://mydomain.com/search?id=6567889 Now Google is still showing the second ...
0
votes
2answers
28 views

Redirect index.php to root

I've done this before, it was like a line of code. Now when I look for it, it's all 5-10 lines for just redirecting index.php to root (/) in .htaccess. What's the best way to do this?
0
votes
1answer
36 views

Webmaster showing duplicate urls with %5C%22 parameter

A joomla site without sef url is showing %5C%22 between most of the url as per webmaster. Due to this the webmaster showing duplicate url Duplicate url as showin in webmaster ...

1 2 3 4 5 16